rsnext/docs/basic-features
Gaspar Garcia Jr c72d32d3b5
Clarify .env* environment variable priority (#36967)
Clarify that the environment variables are ordered in descending priority and that the existing system environment is not overridden.

fixes https://github.com/vercel/next.js/issues/36966

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`


Co-authored-by: JJ Kasper <22380829+ijjk@users.noreply.github.com>
2022-05-17 17:52:41 +00:00
..
data-fetching Fixed typo (#36753) 2022-05-07 20:50:31 +00:00
built-in-css-support.md scss exects semicolon (#36779) 2022-05-12 16:29:01 +00:00
environment-variables.md Clarify .env* environment variable priority (#36967) 2022-05-17 17:52:41 +00:00
eslint.md Fix broken data fetching links in docs (#33766) 2022-04-22 14:03:07 +02:00
fast-refresh.md docs: minor text-copy cleanup (#33120) 2022-01-10 10:52:47 +00:00
font-optimization.md Adds <link rel="preconnect" ... /> to example optimized font output (#36529) 2022-04-28 00:04:18 +00:00
image-optimization.md Add experimental wildcard remotePatterns config for upstream images (#36245) 2022-05-05 02:19:16 +00:00
layouts.md Added type to Page Component for TypeScript (#36608) 2022-05-03 15:58:31 -05:00
pages.md Fixing Tina + Adding a demo URL (#35480) 2022-05-10 17:52:54 +00:00
script.md Improve wording (#36649) 2022-05-03 21:57:29 +00:00
static-file-serving.md Update err.sh links to use nextjs.org/docs/messages instead (#23353) 2021-03-29 10:25:00 +02:00
supported-browsers-features.md Update supported-browsers-features.md (#28326) 2021-08-20 11:52:20 +00:00
typescript.md Updated create-next-app docs to include pnpm usage (#35755) 2022-03-30 21:03:21 +00:00