You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For WASM you need to have a separate project of course...
And then, since the Record Collector way of generating files does not involve any dotnet publish command, you would publish your WASM project independently and place it in way the works with the generated static site. You might also need to place some files in the Web-project's wwwroot folder so that they correspond with the HTML-file in your Blazor WASM project/publish-output.
Hello @krompaco , I want to generate a static site with my project. And it need runing the interactive components on wasm.
The site is :
https://github.com/ant-design-blazor/ant-design-blazor/tree/master/site/AntDesign.Docs.Wasm
Thank you.
The text was updated successfully, but these errors were encountered: