We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37a6a5 commit 90d9456Copy full SHA for 90d9456
1 file changed
apps/portal/src/app/layout.tsx
@@ -71,8 +71,6 @@ const font = localFont({
71
variable: '--font-general-sans',
72
});
73
74
-export const preferredRegion = ['auto'];
75
-
76
if (env.NEXT_PUBLIC_POSTHOG_KEY && env.NEXT_PUBLIC_POSTHOG_HOST) {
77
initializeServer({
78
apiKey: env.NEXT_PUBLIC_POSTHOG_KEY,
0 commit comments