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 must admit, I'm not a new age programmer (node, python...) and my notion are rusty.
I believe I followed with success the steps to install gatsby-theme-i18n on top of Gatsby Starter Blog
But then
when I visit the http://127.0.0.1:8000/fr/hello-world which is ./content/blog/hello-world/index.fr.md to see the post properly the url have to be: http://127.0.0.1:8000/fr/hello-world/index.fr/ unless I have a
http://127.0.0.1:8000/fr/hello-world/ = the post in english even if in the url point to /fr/
from the blog list http://127.0.0.1:8000/fr/ if I click on the title is bring me to: http://127.0.0.1:8000/hello-world/index.fr/ which end on a 404 error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I must admit, I'm not a new age programmer (node, python...) and my notion are rusty.
I believe I followed with success the steps to install gatsby-theme-i18n on top of Gatsby Starter Blog
gatsby-config.js
i18n/config.json
But then
when I visit the
http://127.0.0.1:8000/fr/hello-world
which is ./content/blog/hello-world/index.fr.md to see the post properly the url have to be:http://127.0.0.1:8000/fr/hello-world/index.fr/
unless I have ahttp://127.0.0.1:8000/fr/hello-world/
= the post in english even if in the url point to /fr/http://127.0.0.1:8000/fr/
if I click on the title is bring me to:http://127.0.0.1:8000/hello-world/index.fr/
which end on a 404 errorSo, what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions