-
Notifications
You must be signed in to change notification settings - Fork 202
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
docs: 03-pages > 02-api-reference > 03-next-config-js > env.mdx #346
Conversation
🙌피드백 부탁드립니다.🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
번역에 기여해주셔서 감사합니다! 수정 사항 커멘트 남겨드렸으니 확인 부탁드립니다!
|
||
</details> | ||
|
||
> **Good to know**: environment variables specified in this way will **always** be included in the JavaScript bundle, prefixing the environment variable name with `NEXT_PUBLIC_` only has an effect when specifying them [through the environment or .env files](/docs/pages/building-your-application/configuring/environment-variables). | ||
> **알아두면 좋은 사실**. 이런 방식으로 지정된 환경 변수들은 **항상** 자바스크립트 번들에 포함됩니다. 환경 변수 이름 앞에 `NEXT_PUBLIC_`를 붙이는 것은 그것들을 [환경 또는 .env 파일을 통해](/docs/pages/building-your-application/configuring/environment-variables) 지정할 때만 효과가 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> **알아두면 좋은 사실**. 이런 방식으로 지정된 환경 변수들은 **항상** 자바스크립트 번들에 포함됩니다. 환경 변수 이름 앞에 `NEXT_PUBLIC_`를 붙이는 것은 그것들을 [환경 또는 .env 파일을 통해](/docs/pages/building-your-application/configuring/environment-variables) 지정할 때만 효과가 있습니다. | |
> **참고**: 이런 방식으로 지정된 환경 변수들은 **항상** 자바스크립트 번들에 포함됩니다. 환경 변수 이름 앞에 `NEXT_PUBLIC_`를 붙이는 것은 환경 변수들을 [환경 또는 .env 파일을 통해](/docs/pages/building-your-application/configuring/environment-variables) 지정할 때만 효과가 있습니다. |
|
||
For example, the following line: | ||
예를 들어 다음과 같은 줄. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예를 들어 다음과 같은 줄. | |
예를 들어 다음과 같은 줄은, |
|
||
```jsx | ||
return <h1>The value of customKey is: {process.env.customKey}</h1> | ||
``` | ||
|
||
Will end up being: | ||
다음과 같이 변환될 것입니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다음과 같이 변환될 것입니다. | |
아래와 같이 변환될 것입니다. |
@@ -34,15 +34,15 @@ function Page() { | |||
export default Page | |||
``` | |||
|
|||
Next.js will replace `process.env.customKey` with `'my-value'` at build time. Trying to destructure `process.env` variables won't work due to the nature of webpack [DefinePlugin](https://webpack.js.org/plugins/define-plugin/). | |||
Next.js는 빌드 시에 `process.env.customKey`를 `'my-value'`로 대체할 것입니다. webpack [DefinePlugin]https://webpack.js.org/plugins/define-plugin/)의 특성 때문에 `process.env` 변수를 구조 분해하는 것은 작동하지 않습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next.js는 빌드 시에 `process.env.customKey`를 `'my-value'`로 대체할 것입니다. webpack [DefinePlugin]https://webpack.js.org/plugins/define-plugin/)의 특성 때문에 `process.env` 변수를 구조 분해하는 것은 작동하지 않습니다. | |
Next.js는 빌드 시에 `process.env.customKey`를 `'my-value'`로 대체할 것입니다. 웹팩 [DefinePlugin](https://webpack.js.org/plugins/define-plugin/)의 특성 때문에 `process.env` 변수는 구조 분해할 수 없습니다. |
신청은 페이지 디렉토리로 해주셨지만 번역은 앱 디렉토리로 해주셨습니다..ㅠ 페이지 디렉토리로 다시 번역해주실 수 있을까요? file path는 |
헉... 이른 시일에,곧 번역하겠습니다. 잘못 번역을 하고 있었군요... |
다시 fork 해서 다시 올려도 괜찮을까요? |
수정해서 다시 pr 올리겠습니다 죄송합니다. |
@ssseok 아닙니다! 천천히 작업하시고 pr 올려주세용 |
@chaejunlee #418 다시 수정하여 수정본 올렸습니다! 확인 부탁드립니다. |
기여자용
문서 개선
pnpm prettier-fix
를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fix