Skip to content

Commit

Permalink
🔥 Remove x-default URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtuv committed Mar 19, 2021
1 parent 5e58416 commit c429cc5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ const SEO = ({ title, description }) => {
key={language}
/>
))}
<link
rel="alternate"
hrefLang="x-default"
href={seo.url.replace(`/${currentLocale}/`, "/")}
/>
<meta name="description" content={seo.description} />
<meta name="image" content={seo.image} />
<meta property="og:url" content={seo.url} />
Expand Down

0 comments on commit c429cc5

Please sign in to comment.