Skip to content

Commit 0883e9e

Browse files
committed
vercel url as default in astro env schema
1 parent 4bde2c0 commit 0883e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/process-env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const envSchema = {
6161
SITE_URL: envField.string({
6262
context: 'client',
6363
access: 'public',
64-
// default: omit to have explicit validation
64+
default: VERCEL_URL, // omit to have explicit validation
6565
}),
6666
PLAUSIBLE_SCRIPT_URL: envField.string({
6767
context: 'client',

0 commit comments

Comments
 (0)