aboutsummaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2026-04-24 21:05:03 +1000
committerTerry Truong <terry06890@gmail.com>2026-04-24 21:05:03 +1000
commit8d55bbb936ff741b6a0d4173c7e56e765d1c04db (patch)
tree4608ede14b8daac652d20ecd8ef4117a4c4a0e7c /DEPLOY.md
parent7bd6631e33b38fca6229ec950d3d902f9e15d003 (diff)
Change source code linksHEADmain
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 5e79b5e..9fab2e5 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -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'`)