-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Please explain how I can use this library #830
Comments
Same issue here, using latest version of nextjs (app router), we also just get an empty sitemap... Have followed the instructions in the docs. |
Closing this issue due to inactivity. |
Same issue. |
same issue |
Hi @themataleao,
✅ [next-sitemap] Generation completed
┌───────────────┬────────┐
│ (index) │ Values │
├───────────────┼────────┤
│ indexSitemaps │ 1 │
│ sitemaps │ 1 │
└───────────────┴────────┘
-----------------------------------------------------
SITEMAP INDICES
-----------------------------------------------------
○ https://yourdomain.com/sitemap.xml
-----------------------------------------------------
SITEMAPS
-----------------------------------------------------
○ https://yourdomain.com/sitemap-0.xml I hope it'll help! Have a great day. |
same issue |
hi @BiBzz ,I am using this library, and when I execute the npx next-sitemap command, it generates an empty sitemap file。 next: 14.2.3 next-sitemap: 4.2.3 ┌───────────────┬────────┐ next-sitemap.config.js |
Is your feature request related to a problem? Please describe.
The documentation is lacking quite a few open questions to me. How can I use this library? When do I run the postscript command? What's the best practice? Do I put it in my CICD pipeline? How can I test the command locally? What the expected output?
Describe the solution you'd like
I want a clear description of how this library can be executed and what is the expected outcome.
Describe alternatives you've considered
I have considered writing the sitemap by myself.
Additional context
Currently I am running
pnpm run build
and it creates basically an empty sitemap:`
http://localhost:3000/sitemap-0.xmlsitemap.xml
sitemap-0.xml
http://localhost:3000/opengraph-image.jpg2024-06-24T12:47:00.408Zdaily0.7 http://localhost:3000/twitter-image.jpg2024-06-24T12:47:00.409Zdaily0.7 `Thank you very much upfront for your support.
The text was updated successfully, but these errors were encountered: