add .co to url
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user