http.Handle("/", headerMiddleware(spaHandler)) // All static folder handler http.Handle("/build/", headerMiddleware(http.StripPrefix("/build", http.FileServer(http.FS(build))) http.Handle("/css/", headerMiddleware(http.StripPrefix("/css", http.FileServer(http.FS(css))) http.Handle("/web...