mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs(schema): update environment variable name for overriding baseURL
(#4118)
This commit is contained in:
parent
da46b8d165
commit
d2a814fa6a
@ -38,10 +38,10 @@ export default {
|
|||||||
/**
|
/**
|
||||||
* The base path of your Nuxt application.
|
* 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
|
* @example
|
||||||
* ```bash
|
* ```bash
|
||||||
* BASE_PATH=/prefix/ node .output/server/index.mjs
|
* NUXT_APP_BASE_URL=/prefix/ node .output/server/index.mjs
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
baseURL: '/',
|
baseURL: '/',
|
||||||
|
Loading…
Reference in New Issue
Block a user