spa-templates icon indicating copy to clipboard operation
spa-templates copied to clipboard

Settings when publishing in production build.

Open yuya-tani opened this issue 3 years ago • 1 comments

Hi. Thank you for helping me yesterday.

This is what I noticed when I published a production build using this template.

When publishing and hosting, if the following processing is included in the template, I thought it would be convenient because it can be published as it is.

Program.cs

    app.UseStaticFiles();  
    app.MapFallbackToFile("index.html");  

Best regard.

yuya-tani avatar Feb 09 '22 01:02 yuya-tani

Hi! Thanks for your suggestion - I will include this change in the next version.

johanndev avatar Feb 09 '22 07:02 johanndev