Angular has tried to tie SSG together with SSR at the moment, so even if you only want to use SSG/prerender, it will force you to set a server and also will build a server, and rename your index files so they don't work off the bat.
It's stilly, but you can literally just rename the index.csr.html files and then server as static content as expected.