BlazorWasmPreRendering.Build
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.
**From:** @fingers10 (The original post is in [the Issue #17](https://github.com/jsakamoto/BlazorWasmPreRendering.Build/issues/17#issuecomment-1196380005)) ---- @jsakamoto The fix provided in the `service-worker.published.js`, Change the code inside the `onFetch()` function from `const request = shouldServeIndexHtml...
Hi there, I tried to install this package to https://github.com/ant-design-blazor/ant-design-blazor, but an exception occurred during the publishing process. ``` AntDesign.Docs.Wasm -> E:\antd\ant-design-blazor\site\AntDesign.Docs.Wasm\obj\Release\net5\browser-wasm\PubTmp\Out\ dotnet "C:\Users\shunj\.nuget\packages\blazorwasmprerendering.build\1.0.0-preview.4.1\build\../tools/net5/blazorwasm-prerendering-server.dll" -a "AntDesign.Docs.Wasm" -t "AntDesign.Docs.Wasm.App" -s "#app"...
Hi @jsakamoto, Is it possible to have actual 404 page in the designed in the app instead of copying `index.html`? what's your thoughts on this?
Here are my messages on publish from GitHub repo: Start fetching...[http://127.0.0.1:5050/] [18](https://github.com/nakigoe/angelblaze/runs/5672208861?check_suite_focus=true#step:4:18) Getting http://127.0.0.1:5050/... [19](https://github.com/nakigoe/angelblaze/runs/5672208861?check_suite_focus=true#step:4:19) Error: ROR] The HTTP status code was not OK. (it was (500)InternalServerError.) [20](https://github.com/nakigoe/angelblaze/runs/5672208861?check_suite_focus=true#step:4:20) System.InvalidOperationException: Cannot...
Hey, me yet again! Currently the package loads `wwwroot/appsettings.json` when pre-rendering. This is absolutely fine for majority of scenarios, and in general, is good enough. However I was thinking -...
@jsakamoto , Many thanks for this wondeful package, It would be a great addon to include HTML minification during prerendering? What's your idea on this?
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`....
@jsakamoto 様 いつもお世話になっております thank you for your hard work! Your extension is working for my website https://nakigoe.org The only problem I encounter now is that I have to remove all...
Hi, my Blazor Wasm has 2 resource files representing 2 languages Thai, and English. I have SetDefaultCulture method to set the default language to Thai when the application first starts....
Split from #13 from @nakigoe ---- HTML that is generated has errors according to https://validator.w3.org/nu/ `Trailing slash on void elements has no effect and interacts badly with unquoted attribute values.`...