docs: 03-pages > 01-building-your-application > 01-routing > index.mdx#341
Open
Han-Kyeol wants to merge 2 commits intoNextjs-kr:mainfrom
Open
docs: 03-pages > 01-building-your-application > 01-routing > index.mdx#341Han-Kyeol wants to merge 2 commits intoNextjs-kr:mainfrom
Han-Kyeol wants to merge 2 commits intoNextjs-kr:mainfrom
Conversation
devyuriii
reviewed
Jul 11, 2023
Contributor
devyuriii
left a comment
There was a problem hiding this comment.
수고하셨습니다~ 아래 리뷰 두 가지만 반영해주시면 되겠습니다!
| --- | ||
|
|
||
| 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 라우터의 라우팅에 대해 더 알아보세요. |
| title: Routing | ||
| description: Learn the fundamentals of routing for front-end applications with the Pages Router. | ||
| title: 라우팅 | ||
| description: Pages 라우터를 이용한 프론트 엔드 애플리케이션 라우팅의 기초들을 배워보세요. |
Contributor
There was a problem hiding this comment.
프론트 엔드는 띄어쓰기 없이 작성하는 것이 어떨까요?
Member
|
@Han-Kyeol 리뷰 이후 작업이 몇일 동안 이뤄지지 않아 9월 13일까지 작업이 없을 경우 이슈를 close하고 새로운 분에게 할당하겠습니다! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
기여자용
문서 개선
pnpm prettier-fix를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fixFixes #220