chore: update path name

This commit is contained in:
kolaente 2023-02-03 09:26:57 +01:00
parent 6383690003
commit 5ad290176e
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ Check [the guide about building from source]({{< ref "build-from-source.md">}}#f
### Dynamicly set with build command
Run the build with the `VIKUNJA_FRONTEND_SUBPATH` variable specified.
Run the build with the `VIKUNJA_FRONTEND_BASE` variable specified.
```
VIKUNJA_FRONTEND_SUBPATH=/SUBPATH/ pnpm run build
VIKUNJA_FRONTEND_BASE=/SUBPATH/ pnpm run build
```
Where `SUBPATH` is the subdirectory you want to run Vikunja on.
@ -30,7 +30,7 @@ Where `SUBPATH` is the subdirectory you want to run Vikunja on.
### Set via .env.local
* Copy `.env.local.example` to `.env.local`
* Uncomment `VIKUNJA_FRONTEND_SUBPATH` and set `/subpath/` to the desired path.
* Uncomment `VIKUNJA_FRONTEND_BASE` and set `/subpath/` to the desired path.
After saving, build Vikunja as normal.