netlify-plugin-sitemap
netlify-plugin-sitemap copied to clipboard
Automatically Generate sitemaps on build
**Describe the bug** Generated sitemap.xml has server path in page location for nextjs application. **To Reproduce** Steps to reproduce the behaviour: 1. Install plugin in netlify app via the plugin...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...
**Describe the bug** Sites using `"@11ty/eleventy": "^1.0.0"` and this plugin cause the following error when deployed: ``` 11:29:45 AM: > npx @11ty/eleventy 11:29:46 AM: [11ty] Problem writing Eleventy templates: (more...
Morning, I have noticed on my website that the sitemap isn't generating the urls correctly. For example, instead of being https://flocc.co/insights/check-in-on-your-strategy/, its appearing in the sitemap as https://flocc.co/insightscheck-in-on-your-strategy/ (see screenshot...
This plugin sounds promising - although it seems the use case is for static site generators - which build a bunch of HTML pages? Any plan to include option to...
Related to https://github.com/netlify-labs/netlify-plugin-sitemap/issues/71 This is not the first time we've had a regression with sites deploying from the root directory. The plugin is meant to deal with both absolute and...
We have quite an intricate logic to decide what is the build directory and where to save the `sitemap.xml` file: https://github.com/netlify-labs/netlify-plugin-sitemap/blob/32b8aa4a2adbff23011cc5b906a9f0187ff934f2/index.js#L10 We should log which input type (env variable/plugin's input/build...
How can I specify a priority and frequency on a page by page basis to override the defaults?