diff --git a/docs/1.getting-started/12.upgrade.md b/docs/1.getting-started/12.upgrade.md index 8ddabf279f..21593ff0d6 100644 --- a/docs/1.getting-started/12.upgrade.md +++ b/docs/1.getting-started/12.upgrade.md @@ -109,7 +109,7 @@ Nuxt now defaults to a new directory structure, with backwards compatibility (so * the new Nuxt default `srcDir` is `app/` by default, and most things are resolved from there. * `serverDir` now defaults to `/server` rather than `/server` -* `modules` and `public` are resolved relative to `` by default +* `layers`, `modules` and `public` are resolved relative to `` by default * a new `dir.app` is added, which is the directory we look for `router.options.ts` and `spa-loading-template.html` - this defaults to `/`
@@ -131,6 +131,7 @@ app/ app.config.ts app.vue router.options.ts +layers/ modules/ node_modules/ public/