Skip to content

Commit c9cfb42

Browse files
committed
Fix hreflang/x-default metatag
1 parent 16b659d commit c9cfb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/seo/seo.view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const SEO = ({
8686
{pageTranslations && (
8787
<link
8888
hrefLang="x-default"
89-
href={`${siteUrl}/${currentUrl}`}
89+
href={`${siteUrl}/docs${pageTranslations.en.path}`}
9090
rel="alternate"
9191
/>
9292
)}

0 commit comments

Comments
 (0)