We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bde2c0 commit 0883e9eCopy full SHA for 0883e9e
1 file changed
src/config/process-env.ts
@@ -61,7 +61,7 @@ export const envSchema = {
61
SITE_URL: envField.string({
62
context: 'client',
63
access: 'public',
64
- // default: omit to have explicit validation
+ default: VERCEL_URL, // omit to have explicit validation
65
}),
66
PLAUSIBLE_SCRIPT_URL: envField.string({
67
0 commit comments