Skip to content
#

i18next

Here are 314 public repositories matching this topic...

Stewiey
Stewiey commented Oct 30, 2020

hey, first of all i'd like to mention that I'm not using graphql at all in my project.

I'm creating my pages with createPages (in gatsby-node.js), everything works just fine beside the page that needs extra prop from the slug,

here how i create it

createPages({
    path: '/item',
    matchPath: '/item/:itemId',
    component: path.resolve('./src/pages/ShowItem.js'),
    context: {}

Improve this page

Add a description, image, and links to the i18next topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the i18next topic, visit your repo's landing page and select "manage topics."

Learn more