cli icon indicating copy to clipboard operation
cli copied to clipboard

Can't set app.buildAssetsDir when using Nuxi 3.11.0

Open martinsjek opened this issue 11 months ago • 0 comments

Setting this when using Nuxi 3.11.0:

app: { buildAssetsDir: '_nuxt_example' }

I get this error on "npm run dev (nuxt dev)" [Vue Router warn]: No match found for location with path "/_nuxt_example/"

Stackblitz example: https://stackblitz.com/edit/nuxt-starter-g85hsv?file=nuxt.config.ts,pages%2Ftest.vue

Go to "/test" page.

when i rollback to 3.10.0, everything works

martinsjek avatar Mar 20 '24 07:03 martinsjek