diff options
| author | Terry Truong <terry06890@gmail.com> | 2026-04-24 22:01:18 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2026-04-24 22:01:18 +1000 |
| commit | 96f0f11e27fd5792e284e133dc9dea51577b37e6 (patch) | |
| tree | 58a523eb9980c8653de3d7c35fb3387bb200bdb9 /DEPLOY.md | |
| parent | cc79c17fbc05bddc8b08f2734e721bc241123a4e (diff) | |
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/chrona.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 Chrona will be accessible (eg: `'/chrona'`) + - In `vite.config.js`: Set `base` to the URL path where Chrona will be accessible (eg: `'/chrona'`) - In `src/lib.ts`: - Set `SERVER_DATA_URL` to the URL where `backend/chrona.py` will be served (eg: `'https://terryt.dev/chrona/data'`) |
