From ca526cfa92c1491e970024fd14e13650daf7a08c Mon Sep 17 00:00:00 2001 From: Tobias Schulmann Date: Fri, 20 May 2022 21:40:30 +1200 Subject: [PATCH] docs(config): correct naming of `NUXT_APP_CDN_URL` environment variable (#5032) --- packages/schema/src/config/_app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schema/src/config/_app.ts b/packages/schema/src/config/_app.ts index 04dbb2f64e..9a4ce871cb 100644 --- a/packages/schema/src/config/_app.ts +++ b/packages/schema/src/config/_app.ts @@ -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: {