Skip to content

Commit c2cb18d

Browse files
committed
Add legacy. to lang alternate URLs
1 parent 8c0f399 commit c2cb18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TitleAndMetaTags/TitleAndMetaTags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const alternatePages = canonicalUrl => {
3636
urlRoot,
3737
`https://${
3838
language.code === 'en' ? '' : `${language.code}.`
39-
}reactjs.org`,
39+
}legacy.reactjs.org`,
4040
)}
4141
/>
4242
));

0 commit comments

Comments
 (0)