Make logo customizable

This commit is contained in:
Jon Staab
2026-06-03 16:46:20 -07:00
parent 96e2fcda49
commit 451264106a
7 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -51,7 +51,8 @@ COPY frontend ./
ENV VITE_API_URL=__VITE_API_URL__ \
VITE_RELAY_DOMAIN=__VITE_RELAY_DOMAIN__ \
VITE_PLATFORM_NAME=__VITE_PLATFORM_NAME__
VITE_PLATFORM_NAME=__VITE_PLATFORM_NAME__ \
VITE_PLATFORM_LOGO=__VITE_PLATFORM_LOGO__
RUN bun run build
# ---------- Runtime ----------