Skip to content

Commit 94284fd

Browse files
committed
remove global seo tags
1 parent 4565510 commit 94284fd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

vocs-docs/vocs.config.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -548,17 +548,6 @@ export default defineConfig({
548548
content: 'https://dydx.exchange/icon.svg'
549549
}),
550550

551-
// Additional SEO meta tags
552-
React.createElement('meta', {
553-
key: 'description',
554-
name: 'description',
555-
content: 'Official dYdX documentation for developers and API traders. Learn about API trading, APIs and clients on dYdX'
556-
}),
557-
React.createElement('meta', {
558-
key: 'keywords',
559-
name: 'keywords',
560-
content: 'dYdX, documentation, trading, API trading, API, DEX, perps, perpetuals'
561-
}),
562551
)
563552
)
564553
})

0 commit comments

Comments
 (0)