Hosting go-app in base href sub folders
make generate-staticThis produces 2 outputs. One is a base line where I didn't change anything. The other is an attempt to host the wasm in a subfolder. i.e. localhost:3556/demo1/
go run .\cmd\baseline_server_host\I am using a base href resolver to strip off the / prefix so that things work with
RawHeaders: []string{
"<base href=\"/demo1/\">",
},go run .\cmd\href_server_host\