@zubyjs/sitemap 1.0.51 → 1.0.53

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ Then add the `@zubyjs/sitemap` plugin to your `zuby.config.mjs` file under the `
29
29
  });
30
30
  ```
31
31
 
32
- The plugin will automatically add link the generated sitemap to the head of your HTML pages.
32
+ The plugin will automatically add link to the generated sitemap to the head of your HTML pages.
33
33
  And that's it! Now you can run `zuby build` and the sitemap.xml file will be generated.
34
34
 
35
35
  NOTE: Always make sure that all zuby packages are in sync in your `package.json` file:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zubyjs/sitemap",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "Zuby.js sitemap plugin",
5
5
  "type": "module",
6
6
  "main": "index.js",