Question on Static Site Generation during build && export:
I can't seem to get basic HTML output in my outputted html files (i.e., with things like the <h1><h2> tags as specified in my source .tsx files...
, I can only get .html files in my "out" folder that tend to include a lot of .js chunk files and some css and a big JSON payload for the client to hydrate. Am I missing a setting when running npm run build?