Skip to content

Commit

Permalink
feat: add more meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
CumpsD committed Dec 22, 2023
1 parent fea0cac commit 8cb8518
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ const config: Config = {
image: 'img/social-card.png',

metadata: [
{name: 'keywords', content: 'domain, domainname, domain name, domainnames, domain names'},
{ name: 'keywords', content: 'domain, domainname, domain name, domainnames, domain names' },
{ name: 'apple-mobile-web-app-title', content: 'help.exira.com' },
{ name: 'application-name', content: 'help.exira.com' },
{ name: 'msapplication-TileColor', content: '#130046' },
{ name: 'msapplication-TileImage', content: 'https://exira.com/favicons/mstile-144x144.png' },
{ name: 'msapplication-config', content: 'https://exira.com/favicons/browserconfig.xml' },
{ name: 'theme-color', content: '#130046' },
],

colorMode: {
Expand Down

0 comments on commit 8cb8518

Please sign in to comment.