-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
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
feat: create a sitemap.xml #1170
Comments
I'd like to take a shot at this issue. |
Here's the Next.js docs about sitemaps: https://nextjs.org/docs/app/api-reference/file-conventions/metadata/sitemap I'd prefer though not to hand-write a sitemap, since it will easily get out of date as we update / add pages. This package looks promising: https://github.com/iamvishnusankar/next-sitemap Or we could use our existing data functions and generate a sitemap via |
hey! can i work on this? |
@manya706 its all you! |
Hi! while working on this, next-sitemap module can only be installed on stable versions of react and next.js , so i had to change version of the same. If you want I can move forward with a different approach too. specific error faced- npm ERR! A complete log of this run can be found in: |
@manya706 we definitely need the versions we have for react and next. Might be able to use the |
@manya706 also please use |
okay thanks :) |
The text was updated successfully, but these errors were encountered: