docs(schema): update environment variable name for overriding `baseURL` (#4118)

This commit is contained in:
Andrey Mamatov 2022-04-06 16:08:53 +04:00 committed by GitHub
parent da46b8d165
commit d2a814fa6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,10 +38,10 @@ export default {
/**
* The base path of your Nuxt application.
*
* This can be set at runtime by setting the BASE_PATH environment variable.
* This can be set at runtime by setting the NUXT_APP_BASE_URL environment variable.
* @example
* ```bash
* BASE_PATH=/prefix/ node .output/server/index.mjs
* NUXT_APP_BASE_URL=/prefix/ node .output/server/index.mjs
* ```
*/
baseURL: '/',