mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
docs(config): correct naming of NUXT_APP_CDN_URL
environment variable (#5032)
This commit is contained in:
parent
f1f9c2ae59
commit
ca526cfa92
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user