Skip to content

Commit

Permalink
docs: updated info about 404.vue (#9155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Nov 21, 2022
1 parent 83db74a commit b2933cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/content/1.docs/2.guide/2.directory-structure/1.pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ Navigating to `/hello/world` would render:
<p>["hello", "world"]</p>
```

::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 `<NuxtPage>`.
Expand Down

0 comments on commit b2933cd

Please sign in to comment.