BlazorWasmPreRendering.Build icon indicating copy to clipboard operation
BlazorWasmPreRendering.Build copied to clipboard

When you publish your Blazor Wasm app, this package pre-renders and saves the app as static HTML files in your public folder.

Results 14 BlazorWasmPreRendering.Build issues
Sort by recently updated
recently updated
newest added

Hello! this package is really interesting, sincerely thinking to become a contributor. I want to produce a static prerendered site at PUBLISH/BUILD time with this package, that could be deployed...

Is it possible to configure the rendering? To tell it to generate unique pages based on a route with specific parameter. I want to prerender my blog which is written...

Hi everyone! I use your library for prerendering razor pages. But, I don't see prerendered "/examples" page in this case for Cropper.Blazor open-source project: Razor component: https://github.com/CropperBlazor/Cropper.Blazor/blob/dev/src/Cropper.Blazor/Client/Pages/BasicUsage/BasicCropperUsagePage.razor Project structure output:...

I found that all the html files would be loaded, but I only want just the current one be loaded. ![image](https://github.com/user-attachments/assets/b8b7f1ed-6794-4b02-a1c3-c841925c5996)