next-I18next compatibility ? #443
Unanswered
NitrousBGC
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've just started using next-sitemap and I am facing a problem.
My next-sitemap.config is looking like this and is in fact ouputting all my urls to the sitemap.
The problem is that i'm using next-I18next to have translated links (more google friendly) but i have no idea of how to make them appear.
Config :
`/** @type {import('next-sitemap').IConfig} */
module.exports = {
siteUrl: "https://tcrenhouse.com",
generateRobotsTxt: true,
outDir: "./public",
};
`
nextjs Config
Translated routes
If someone has any idea of what to do (and also does it really matter for SEO?) it would be very helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions