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
You are not prerendering those routes hence svelte-sitemap does not see them.
Refer to the SvelteKit docs but as an example: your routes/login/+page.svelte will be server side rendered unless you add a +page.js (or +page.server.js or +server.js) containing export const prerender = true;
Hello, I am trying this great tool but I have a problem and it is that it does not recognize the subdirectories. What am I doing wrong? Thank you
The text was updated successfully, but these errors were encountered: