(Update) Update projet + todo
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-06-22 23:32:18 +02:00
parent ea71039071
commit 0c88206a23
20 changed files with 192 additions and 246 deletions
+6
View File
@@ -0,0 +1,6 @@
// Single source of truth for the public site URL.
// Override per environment with NEXT_PUBLIC_SITE_URL; falls back to production.
export const SITE_URL =
process.env.NEXT_PUBLIC_SITE_URL ?? "https://highlandgamesstudio.com";
export const LOGO_URL = `${SITE_URL}/image/Studio/Logo Flat.png`;