Skip to content

Commit

Permalink
feat: meta charset should be the first one
Browse files Browse the repository at this point in the history
  • Loading branch information
ySnoopyDogy committed Nov 20, 2023
1 parent 1db380a commit 3478263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function Seo({ page }: Props): JSX.Element {

return (
<Head>
<meta charSet='utf-8' />
<title>{t('title')}</title>
<meta name='description' content={t('description')} />
<link rel='shortcut icon' href='/favicon.png' type='image/png' />
Expand All @@ -28,7 +29,6 @@ export function Seo({ page }: Props): JSX.Element {
<meta name='robots' content='index, follow' />
<meta name='googlebot' content='index, follow' />
<link rel='canonical' href={canonicalUrl} />
<meta charSet='utf-8' />
<meta
name='keywords'
content='menhera, bot, discord, discordbot, menherabot, menhera bot, bot brasileiro, menhera bot commands, menherabot comandos, comandos, menhera bot comandos'
Expand Down

0 comments on commit 3478263

Please sign in to comment.