Open sanju-developer opened 4 years ago
Hello, It's nice to see this library. I like it.
One thing I'm facing that while I'm navigating from parent ( /en/home ) to child route ( /en/home/detail/2 ) with this navigate(/home/detail/${post.id}). It shows me page not found, could you please help?
/en/home
/en/home/detail/2
navigate(/home/detail/${post.id})
Thanks:)
I'm having exactly the same problem
I found this https://github.com/wiziple/gatsby-plugin-intl/pull/119
Hello, It's nice to see this library. I like it.
One thing I'm facing that while I'm navigating from parent (
/en/home
) to child route (/en/home/detail/2
) with thisnavigate(/home/detail/${post.id})
. It shows me page not found, could you please help?Thanks:)