diff --git a/.gitignore b/.gitignore index 752b9ee..dfe5b13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .next node_modules .DS_Store +.idea diff --git a/pages/docs/pages/building-your-application/Routing.mdx b/pages/docs/pages/building-your-application/Routing.mdx index eccc04d..65721b3 100644 --- a/pages/docs/pages/building-your-application/Routing.mdx +++ b/pages/docs/pages/building-your-application/Routing.mdx @@ -3,4 +3,4 @@ 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: +Pages Router는 페이지 컨셉을 기반으로 한 파일 시스템 라우터를 가지고 있습니다. `pages` 디렉토리에 파일을 추가하면 자동으로 해당 파일이 경로로 사용될 수 있습니다. Pages Router의 라우팅에 대해 더 알아보세요: