You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
(process.env.NEXT_PUBLIC_SITE_URL&&process.env.NEXT_PUBLIC_SITE_URL.trim()!=='' ? process.env.NEXT_PUBLIC_SITE_URL : // Set this to your site URL in production env.
8
-
process.env.NEXT_PUBLIC_VERCEL_URL&&process.env.NEXT_PUBLIC_VERCEL_URL.trim()!=='' ? process.env.NEXT_PUBLIC_VERCEL_URL : // Automatically set by Vercel.
9
-
'http://localhost:3000/').trim();
6
+
// Check if NEXT_PUBLIC_SITE_URL is set and non-empty. Set this to your site URL in production env.
0 commit comments