diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-01 00:30:01 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-01 00:30:01 -0700 |
| commit | b00c10d30c5dc6a3db3b537b6e8cc5b4e06cdbbb (patch) | |
| tree | d1fbca29ffd3948fe8877f85e06d222ebfa8233b /.env.template | |
| parent | 900fca9e5dbf7a714acf9de061962895295aa8be (diff) | |
re-style landing page CSS, add hero image
- group game modes by color
- add HAEWON hero image
- add link to source code
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
