From b00c10d30c5dc6a3db3b537b6e8cc5b4e06cdbbb Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 1 Jul 2026 00:30:01 -0700 Subject: re-style landing page CSS, add hero image - group game modes by color - add HAEWON hero image - add link to source code --- .env.template | 1 + 1 file changed, 1 insertion(+) (limited to '.env.template') diff --git a/.env.template b/.env.template index ee1e80a..fbb8390 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,4 @@ SERVER_PORT=3001 VITE_HEARDLE_SALT="changeme" VITE_HEARDLE_API_URL="http://localhost:3001" +VITE_CDN_URL="https://example.com" -- cgit v1.2.3