diff --git a/cmd/templates/create-react-app/main.go.template b/cmd/templates/create-react-app/main.go.template index 1db92ddc..d6d1be03 100644 --- a/cmd/templates/create-react-app/main.go.template +++ b/cmd/templates/create-react-app/main.go.template @@ -12,7 +12,7 @@ func basic() string { //go:embed frontend/build/static/js/main.js var js string -//go:embed frontend/build/static/js/main.css +//go:embed frontend/build/static/css/main.css var css string func main() {