Skip to content

Commit 2858bb7

Browse files
committed
feat: Removed headTags
1 parent 7ae237c commit 2858bb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ const config: Config = {
101101
},
102102

103103
themes: ['docusaurus-theme-openapi-docs', '@docusaurus/theme-mermaid'],
104+
/*
104105
headTags: [
105106
{
106107
tagName: 'meta',
@@ -115,6 +116,7 @@ const config: Config = {
115116
attributes: {name: "twitter:image", content: "https://tangleml.com/img/icon.png"},
116117
},
117118
],
119+
*/
118120
themeConfig: {
119121
colorMode: {
120122
defaultMode: "dark",

0 commit comments

Comments
 (0)