Open tx0c opened 3 years ago
looking at the starter code https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js it says
https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js#L7
siteUrl: `https://gatsby-theme-i18n.netlify.app`,
but running it locally is very different,
so, where is the actual code for https://gatsby-theme-i18n.netlify.app/ ?
Hi @tx0c
I hope this is what you were looking for.
https://github.com/coskuncakir/gatsby-theme-i18n
looking at the starter code https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js it says
https://github.com/gatsbyjs/themes/blob/master/starters/example-i18n/gatsby-config.js#L7
but running it locally is very different,
so, where is the actual code for https://gatsby-theme-i18n.netlify.app/ ?