You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I hope you have a nice day.
I just installed @inox-tools/sitemap-ext, I followed the instructions in the documentation but in my project when doing the build it does not generate the sitemap.
I am using i18n astro like this
I also tried using
//pages/[lang]/about.astro
import sitemap from "sitemap-ext:config";
sitemap(true);
Your screenshot shows that you don't have anything prerendered and the route is dynamic [lang], so the sitemap integration is correct in stating that no pages were found.
Hello, I hope you have a nice day.
I just installed
@inox-tools/sitemap-ext
, I followed the instructions in the documentation but in my project when doing the build it does not generate the sitemap.I am using i18n astro like this
I also tried using
But it doesn't work either
Here is a link for you to reproduce the error I am having https://github.com/Ryusse/silvana-website
Thanks.
The text was updated successfully, but these errors were encountered: