You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor issue since we will be removing overwritten files.
When using npx rosey build, if files already exist in the origin folder (e.g., dist/fr/author/michael-proulx/index.html), an extra /fr/ is sometimes added in the alternate link href attribute. This does not occur every time.
Example of Issue:
For the file dist_translated/fr/author/michael-proulx/index.html, you might see the following in the HTML:
<!DOCTYPE html><htmllang="fr"><head><metacontent="fr" http-equiv="content-language"><linkhref="/fr/author/michael-proulx/" hreflang="en" rel="alternate"><!-- extra /fr/ in href --><linkhref="/de/fr/author/michael-proulx/" hreflang="de" rel="alternate"><!-- extra /fr/ in href -->
...
</head><body>
...
</body></html>
The text was updated successfully, but these errors were encountered:
This is a minor issue since we will be removing overwritten files.
When using
npx rosey build
, if files already exist in the origin folder (e.g.,dist/fr/author/michael-proulx/index.html
), an extra/fr/
is sometimes added in the alternate linkhref
attribute. This does not occur every time.Example of Issue:
For the file
dist_translated/fr/author/michael-proulx/index.html
, you might see the following in the HTML:The text was updated successfully, but these errors were encountered: