How to Deploy Angular SSG on IIS
I have an angular SSG (Site Static Generation) and I need to deploy on IIS 10 server.
For each html generated file, angular created a folder page1.html/index.html where page1 is a folder.
So it cannot be provided easily to IIS. It requires some HTTP handler.