Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Update docs/content/1.getting-started/5.routing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
  • Loading branch information
danielroe and DamianGlowala committed Oct 21, 2022
1 parent 3fc6250 commit c7d79c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/5.routing.md
Expand Up @@ -4,7 +4,7 @@ description: Nuxt file-system routing creates a route for every file in the page
---
# Routing

One core feature of Nuxt is the file system router. Every Vue file inside the pages/ directory creates a corresponding URL (or route) that displays the contents of the file. By using dynamic imports for each page, Nuxt leverages code-splitting to ship the minimum amount of JavaScript for the requested route.
One core feature of Nuxt is the file system router. Every Vue file inside the `pages/` directory creates a corresponding URL (or route) that displays the contents of the file. By using dynamic imports for each page, Nuxt leverages code-splitting to ship the minimum amount of JavaScript for the requested route.

## Pages

Expand Down

0 comments on commit c7d79c5

Please sign in to comment.