7 lines
356 B
Bash
7 lines
356 B
Bash
# Public wiki host. Used only to build external (target=_blank) links to wiki
|
|
# pages, so it must be an absolute URL — NOT the same-origin /proxy/wiki path,
|
|
# which only the dev-server Vite proxy resolves (in the browser it would point
|
|
# at teletypegames.org/proxy/wiki/...).
|
|
VITE_WIKI_BASE=https://wiki.teletypegames.org
|
|
VITE_GIT_BASE=/proxy/git/api/v1
|