diff options
Diffstat (limited to 'DEPLOY.md')
| -rw-r--r-- | DEPLOY.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ It's for running `backend/tilo.py` to serve tree-of-life data, and is used instead of CGI to avoid starting a new process for each request. 1. Change some constants (automated by `prebuild.sh`) - - In `src/vite.config.js`: Set `base` to the URL path where Tilo will be accessible (eg: `'/tilo'`) + - In `vite.config.js`: Set `base` to the URL path where Tilo will be accessible (eg: `'/tilo'`) - In `src/lib.ts`: - Set `SERVER_DATA_URL` to the URL where `backend/tilo.py` will be served (eg: `'https://terryt.dev/tilo/data'`) |
