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

- Loading config from file See more in this [discussion](https://github.com/bartholomej/svelte-sitemap/issues/20).

enhancement

Right now, my dependencies are like this: "@sveltejs/adapter-auto": "next", "@sveltejs/adapter-static": "^1.0.0-next.29", "@sveltejs/adapter-vercel": "^1.0.0-next.47", "@sveltejs/kit": "next", scripts: "build": "svelte-kit build", "postbuild": "npx svelte-sitemap --domain https://danieleavolio.it" Whenever i try to run the...

documentation
question

It'd be great if this library could automatically fill in the `` time in the generated sitemap based on either the datetime the source route file was modified (probably won't...

enhancement
help wanted

## Feature idea I want to try the possibility of loading the config from a file - This should become the main and recommended method - The CLI version should...

enhancement

## Issue svelte-sitemap does not recognise the build directory when using adapter-vercel, regardless of what output directory is provided. ## Details ### Error `× Make sure you are using this...

documentation

Google recently deprecated the sitemap ping (1-6-2023) in favor of the `` element. Any chance that could be integrated? https://developers.google.com/search/blog/2023/06/sitemaps-lastmod-ping

Let me know how I did this incorrectly! I just did a quick test in my situation, I'm sure there's room for improvement on the implementation.

- jest to vitest migration - 10 times speed-up

enhancement

I use SvelteKit for my blog but not my main site. I'd like to add some additional pages by hand if possible. I'll make a PR for adding the support!

Awesome package! Great work! But what about adding the option to add attribute for the sitemap.xml?