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 b21d81e commit e37a6a5Copy full SHA for e37a6a5
1 file changed
apps/app/src/app/layout.tsx
@@ -76,8 +76,6 @@ const font = localFont({
76
variable: '--font-general-sans',
77
});
78
79
-export const preferredRegion = ['auto'];
80
-
81
export default async function Layout({ children }: { children: React.ReactNode }) {
82
const session = await auth.api.getSession({
83
headers: await headers(),
0 commit comments