docs(config): correct naming of NUXT_APP_CDN_URL environment variable (#5032)

This commit is contained in:
Tobias Schulmann 2022-05-20 21:40:30 +12:00 committed by GitHub
parent f1f9c2ae59
commit ca526cfa92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,10 +60,10 @@ export default {
/**
* An absolute URL to serve the public folder from (production-only).
*
* This can be set to a different value at runtime by setting the CDN_URL environment variable.
* This can be set to a different value at runtime by setting the NUXT_APP_CDN_URL environment variable.
* @example
* ```bash
* CDN_URL=https://mycdn.org/ node .output/server/index.mjs
* NUXT_APP_CDN_URL=https://mycdn.org/ node .output/server/index.mjs
* ```
*/
cdnURL: {