svelte-sitemap icon indicating copy to clipboard operation
svelte-sitemap copied to clipboard

Sitemap generator for SvelteKit. Small helper which scans your SvelteKit routes and generates static sitemap.xml

Results 15 svelte-sitemap issues
Sort by recently updated
recently updated
newest added

Hey there, maybe I'm really stupid here but I'm quite new to Sveltekit and has struggled with getting this plugin to work on a Netlify deploy. It get's added correctly...

If possible, this would remove one more aspect for devs to think about and allow it to be used more easily in automated set up scripts.

enhancement

Instead of having the site name in the command which lives in package.json: `"postbuild": "npx svelte-sitemap --domain https://eecue.com"` Could we move it somewhere else that can be populated dynamically at...

enhancement

Wanted to share how to get this working with Cloudflare Pages successfully. 1. Use `import adapter from '@sveltejs/adapter-cloudflare';` instead of `adapter-auto` 2. Add the following within the kit property within...

documentation

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 ![image](https://github.com/bartholomej/svelte-sitemap/assets/42924254/4f39290c-34aa-4170-86d9-f32a821a950e)...