add .co to url

This commit is contained in:
2026-01-16 04:49:15 +02:00
parent 89982ce586
commit 9a5a6d5912

View File

@@ -7,7 +7,7 @@ const DEFAULT_SESSION_SECRET =
const EnvSchema = z.object({
// URLs / identification
NEXT_PUBLIC_APP_URL: z.string().url().default("https://www.themoyos.za"),
NEXT_PUBLIC_APP_URL: z.string().url().default("https://www.themoyos.co.za"),
// Database (optional in dev; required later in prod by runtime check or when you wire Prisma)
DATABASE_URL: z.string().url().optional(),