mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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.
|
||||
*
|
||||
* 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: '/',
|
||||
|
Loading…
Reference in New Issue
Block a user