We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I added this module, sitemap doesn't work. Do you have any suggestions?
{ resolve: `gatsby-plugin-intl`, options: { path: `${__dirname}/src/intl`, languages: [`en`, `es`, `zh`], defaultLanguage: `en`, redirect: false, }, }, { resolve: `gatsby-plugin-sitemap`, options: { head: true, output: `/sitemap.xml`, } },
The text was updated successfully, but these errors were encountered:
I have the same issue with Gatsby 3. Any update?
Sorry, something went wrong.
By the way, I'm using Amplify tho, in case of that, removing the redirect enables you to resolve this problem.
Can you explain me how you did it?
Like this. You can click 'Rewrites and redirects' on the left side menu. And delete everything.
No branches or pull requests
Hi, I added this module, sitemap doesn't work. Do you have any suggestions?
The text was updated successfully, but these errors were encountered: