diff --git a/apps/web/config/app.config.ts b/apps/web/config/app.config.ts index af56fbfc1..7c9c6ca6b 100644 --- a/apps/web/config/app.config.ts +++ b/apps/web/config/app.config.ts @@ -49,7 +49,7 @@ const AppConfigSchema = z return !schema.url.startsWith('http:'); }, { - message: `Please use a valid HTTPS URL in production.`, + message: `Please provide a valid HTTPS URL. Set the variable NEXT_PUBLIC_SITE_URL with a valid URL, such as: 'https://example.com'`, path: ['url'], }, )