I have used this "gatsby-plugin-react-i18next" for language translation.
My project contains One parent route /home and have one child route /home/detail/:id. In order to go to the child route I have used navigate(/home/detail/${post.id}/}) this from import { useI18next } from "gatsby-plugin-react-i18next" but on child route it says "Page Not Found"
To check code you can find here full code in lang-trans branch.
Hello I have one issue, Please help
I have used this "gatsby-plugin-react-i18next" for language translation.
My project contains One parent route /home and have one child route /home/detail/:id. In order to go to the child route I have used navigate(
/home/detail/${post.id}/}
) this from import { useI18next } from "gatsby-plugin-react-i18next" but on child route it says "Page Not Found"To check code you can find here full code in lang-trans branch.
Thanks in advance :)