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
I am trying to generate pages for a blog with gatsby using the File System Route API, which uses the following syntax in the files: blog/{Posts.title}.js. It was working perfectly until I added the gatsby-plugin-i18n, since it thinks that the "title" it's a language and changes the route to the following /title}/blog/{Posts/
Is there any way to exclude that file from gatsby-plugin-i18n?
The text was updated successfully, but these errors were encountered:
I am trying to generate pages for a blog with gatsby using the File System Route API, which uses the following syntax in the files: blog/{Posts.title}.js. It was working perfectly until I added the gatsby-plugin-i18n, since it thinks that the "title" it's a language and changes the route to the following /title}/blog/{Posts/
Is there any way to exclude that file from gatsby-plugin-i18n?
The text was updated successfully, but these errors were encountered: