Error on nuxtjs ssr app deploy
See original GitHub issueVercel.json file
{ "version": 2, "builds": [ { "src": "nuxt.config.js", "use": "@nuxtjs/vercel-builder", "config": { "serverFiles": [ "package.json" ] } } ], "routes": [ { "src": "/_nuxt/.+", "headers": { "Cache-Control": "public, max-age=31557600" } }, { "src": "/sw.js", "dest": "/_nuxt/static/sw.js", "headers": { "Cache-Control": "public, max-age=43200, immutable", "Service-Worker-Allowed": "/" } }, { "src": "^/(.*)", "dest": "/" } ] }
Error
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Thanks:) Now my site is working
What do you mean? I didn’t understand I am new here
nuxt-vuetify is in devDependencies