microapps/gatsby-plugin-react-i18next

Update siteUrl in docs

henobi opened this issue · 1 comments

Hi,

I noticed that in the examples the siteUrl does not contain a backslash at the end:
https://github.com/microapps/gatsby-plugin-react-i18next/blob/master/example/gatsby-config.js#L8

But in the readme example that siteUrl contains a backslash:
https://github.com/microapps/gatsby-plugin-react-i18next/blob/master/README.md?plain=1#L68

As far as I know there should not be a backslash at the end because it can result in urls like http://example.com//en/demo

Fixed in the upcoming v2 release
#136