super-sitemap
Advanced tools
Comparing version 0.14.17 to 0.14.18
{ | ||
"name": "super-sitemap", | ||
"version": "0.14.17", | ||
"version": "0.14.18", | ||
"description": "SvelteKit sitemap focused on ease of use and making it impossible to forget to add your paths.", | ||
@@ -43,3 +43,3 @@ "sideEffects": false, | ||
"peerDependencies": { | ||
"svelte": "^4.0.0" | ||
"svelte": ">=4.0.0 <6.0.0" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
@@ -71,6 +71,2 @@ <div align="center"> | ||
accurate"](https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap#additional-notes-about-xml-sitemaps). | ||
- [Image](https://developers.google.com/search/docs/crawling-indexing/sitemaps/image-sitemaps) | ||
or | ||
[video](https://developers.google.com/search/docs/crawling-indexing/sitemaps/video-sitemaps) | ||
sitemap extensions. | ||
@@ -118,2 +114,4 @@ ## Installation | ||
Always include the `.xml` extension on your sitemap route name–e.g. `sitemap.xml`. This ensures your web server always sends the correct `application/xml` content type even if you decide to prerender your sitemap to static files. | ||
## The "everything" example | ||
@@ -120,0 +118,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
114414
780