forked from vikunja/vikunja
chore: update path name
This commit is contained in:
parent
6383690003
commit
5ad290176e
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user