jsakamoto / BlazorWasmPreRendering.Build

When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.
https://jsakamoto.github.io/BlazorWasmPreRendering.Build/
Mozilla Public License 2.0
261 stars 15 forks source link

[Enhancement request] Generate sitemap.xml #6

Open pmeems opened 2 years ago

pmeems commented 2 years ago

Since this package is doing such a great job prerendering a Blazor WASM application, I wonder if it would be a lot of work to add generating of a sitemap.xml.

Because the package is already crawling all links in the app, it might not be too much work ;)