wilddragon-site/node_modules/next/dist/docs/02-pages/03-building-your-application/01-routing/index.md

7 lines
330 B
Markdown
Raw Normal View History

2026-04-17 15:51:01 -04:00
---
title: Routing
description: Learn the fundamentals of routing for front-end applications with the Pages Router.
---
The Pages Router has a file-system based router built on concepts of pages. When a file is added to the `pages` directory it's automatically available as a route. Learn more about routing in the Pages Router: