From b2933cdfa383a7c09f25a04ac3248169a9dc6430 Mon Sep 17 00:00:00 2001 From: Conner Date: Mon, 21 Nov 2022 13:19:11 +0100 Subject: [PATCH] docs: updated info about `404.vue` (#9155) --- docs/content/1.docs/2.guide/2.directory-structure/1.pages.md | 4 ---- 1 file changed, 4 deletions(-) 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 ``.