diff --git a/docs/content/1.docs/2.guide/2.directory-structure/1.pages.md b/docs/content/1.docs/2.guide/2.directory-structure/1.pages.md index d33cd67e32..ddc5dbd6ec 100644 --- a/docs/content/1.docs/2.guide/2.directory-structure/1.pages.md +++ b/docs/content/1.docs/2.guide/2.directory-structure/1.pages.md @@ -150,10 +150,6 @@ Navigating to `/hello/world` would render:
["hello", "world"]
``` -::alert{type="info"} -Nuxt also supports a custom `pages/404.vue` file which will handle all routes that are not otherwise matched (and set a 404 error code). -:: - ## Nested Routes It is possible to display [nested routes](https://next.router.vuejs.org/guide/essentials/nested-routes.html) with `