Open broadsign-lekevoid opened 2 years ago
I'm also experiencing the same exact issue, has there been any update on this?
I'm experiencing this issue with my site as-well. It seems like the plugin hooks and lang are super inconsistent and return additional lang values that dont exists (lower case and duplicates) since my upgrade to gatsby 4.
From gatsby-config.js :
An example of how it display : https://gatsby5i18ntest.gatsbyjs.io/
At the top of the homepage, only the link to FR appears ; that is the correct behavior. But if I go to /fr, then both EN and ES links appear whereas it should be EN only. Same thing happens on the /about page.
Am I missing something ?
I tried adding rules to the config like :
It doesn't change anything.