vite-plugin-sitemap-ts 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
A Vite plugin to generate `sitemap.xml`. Works in development mode by proxying middleware to `/sitemap.xml`.
|
|
4
4
|
|
|
5
|
-
> [!
|
|
6
|
-
> This plugin is actively being devloped.
|
|
5
|
+
> [!WARNING]
|
|
6
|
+
> **DO NOT USE IN PRODUCTION!** This plugin is actively being devloped.
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
9
9
|
|
package/package.json
CHANGED