Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

02-app > 02-api-reference > 05-next-config-js > assetPrefix.mdx 번역 #278

Merged
merged 7 commits into from
Jul 3, 2023

Conversation

youjin-10
Copy link
Contributor

@youjin-10 youjin-10 commented Jun 26, 2023

기여자용

문서 개선

Progress

@haileyport
Copy link
Contributor

ref #100

Copy link
Contributor

@Samsam-lee Samsam-lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 반영 후 체크 눌러주세요!

Comment on lines 42 to 46
- [public](/docs/pages/building-your-application/optimizing/static-assets) 폴더의 파일들은 영향을 받지 않습니다. CDN을 통해 이 파일들을 제공하고 싶다면 직접 접두어(prefix)를 추가해야 합니다.

- `getServerSideProps` 함수를 사용하는 페이지에서 보내는 `/_next/data/`로의 요청도 영향을 받지 않습니다. 이런 요청은 동적이기 때문에 항상 메인 도메인으로 보내집니다.

- `getStaticProps` 함수를 사용하는 페이지에서 보내는 `/_next/data/`로의 요청도 영향을 받지 않습니다. 이 요청은 [점진적 정적 생성(Incremental Static Generation)](/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)을 (사용하지 않더라도 일관성을) 위해 항상 메인 도메인으로 보내집니다.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [public](/docs/pages/building-your-application/optimizing/static-assets) 폴더의 파일들은 영향을 받지 않습니다. CDN을 통해 이 파일들을 제공하고 싶다면 직접 접두어(prefix)를 추가해야 합니다.
- `getServerSideProps` 함수를 사용하는 페이지에서 보내는 `/_next/data/`로의 요청도 영향을 받지 않습니다. 이런 요청은 동적이기 때문에 항상 메인 도메인으로 보내집니다.
- `getStaticProps` 함수를 사용하는 페이지에서 보내는 `/_next/data/`로의 요청도 영향을 받지 않습니다. 이 요청은 [점진적 정적 생성(Incremental Static Generation)](/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)을 (사용하지 않더라도 일관성을) 위해 항상 메인 도메인으로 보내집니다.
- [public](/docs/pages/building-your-application/optimizing/static-assets) 폴더의 파일들은 영향을 받지 않습니다. CDN을 통해 이 파일들을 제공하고 싶다면 직접 접두어(prefix)를 추가해야 합니다.
- `getServerSideProps` 함수를 사용하는 페이지에서 보내는 `/_next/data/`로의 요청도 영향을 받지 않습니다. 이런 요청은 동적이기 때문에 항상 메인 도메인으로 보내집니다.
- `/_next/data/``getStaticProps` 페이지를 요청합니다. 이러한 요청은 사용하지 않더라도 항상 (일관성을 위해) [점진적 정적 생성](/docs/pages/building-your-application/data-fetching/incremental-static-regeneration)을 지원하는 메인 도메인에 대해 만들어집니다.

@youjin-10
Copy link
Contributor Author

리뷰 반영했습니다! @Samsam-lee

@g2hhh2ee
Copy link
Contributor

g2hhh2ee commented Jul 3, 2023

LGTM!
다른 남은 티켓 진행 원하시면 새로운 티켓 신청 해주셔도 됩니다 :)

@g2hhh2ee g2hhh2ee self-requested a review July 3, 2023 05:05
@g2hhh2ee g2hhh2ee merged commit e207401 into Nextjs-kr:main Jul 3, 2023
@chaejunlee chaejunlee mentioned this pull request Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants