Hi, I have a website using Gatsby pathPrefix, but with the language it is added after the language prefix. For example: www.domain.com/pathprefix/home for french link becomes: www.domain.com/pathprefix/fr/pathprefix/home. So the pathprefix is being added AFTER the language prefix which of course screws up the links. Any help is appreciated, thanks