From d5eafe775c9b6df87380ad7398d412214b4135fc Mon Sep 17 00:00:00 2001 From: "Kyeol Han (Karis)" Date: Sun, 25 Jun 2023 16:19:42 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EB=B2=88=EC=97=AD=20=EC=B4=88=EC=95=88=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../01-building-your-application/01-routing/index.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/03-pages/01-building-your-application/01-routing/index.mdx b/docs/03-pages/01-building-your-application/01-routing/index.mdx index eccc04dab..8c3287f09 100644 --- a/docs/03-pages/01-building-your-application/01-routing/index.mdx +++ b/docs/03-pages/01-building-your-application/01-routing/index.mdx @@ -1,6 +1,7 @@ --- -title: Routing -description: Learn the fundamentals of routing for front-end applications with the Pages Router. +title: 라우팅 +description: Pages 라우터를 이용한 프론트 엔드 애플리케이션 라우팅의 기초들을 배워보세요. --- -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: +Pages 라우터는 페이지 개념을 토대로 한 파일 시스템 기반의 라우터를 갖고 있습니다. 파일이 `pages` 디렉터리에 추가되면 자동으로 이를 라우트로써도 사용할 수 있습니다. Pages 라우터의 라우팅에 대해 더 알아보세요. + From 1d90dded2f8b2624cb4ca249f150ea8f700deb7c Mon Sep 17 00:00:00 2001 From: "Kyeol Han (Karis)" Date: Wed, 28 Jun 2023 23:54:44 +0900 Subject: [PATCH 2/2] Fix prettier --- docs/03-pages/01-building-your-application/01-routing/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/03-pages/01-building-your-application/01-routing/index.mdx b/docs/03-pages/01-building-your-application/01-routing/index.mdx index 8c3287f09..22be7f2cf 100644 --- a/docs/03-pages/01-building-your-application/01-routing/index.mdx +++ b/docs/03-pages/01-building-your-application/01-routing/index.mdx @@ -4,4 +4,3 @@ description: Pages 라우터를 이용한 프론트 엔드 애플리케이션 --- Pages 라우터는 페이지 개념을 토대로 한 파일 시스템 기반의 라우터를 갖고 있습니다. 파일이 `pages` 디렉터리에 추가되면 자동으로 이를 라우트로써도 사용할 수 있습니다. Pages 라우터의 라우팅에 대해 더 알아보세요. -