There was an error while loading. Please reload this page.
2 parents 0c8939f + 301f736 commit 3293f61Copy full SHA for 3293f61
1 file changed
app/layout.tsx
@@ -6,6 +6,7 @@ import { cn } from "@/lib/utils";
6
import { GoogleOAuthProvider } from '@react-oauth/google';
7
import { I18nProvider } from '@/components/i18n/I18nProvider';
8
9
+
10
export const metadata: Metadata = {
11
// Resolves relative canonical/openGraph URLs declared by individual pages.
12
metadataBase: new URL(process.env.NEXT_PUBLIC_SITE_URL || "https://betta.pay"),
@@ -17,7 +18,7 @@ export default function RootLayout({
17
18
children,
19
}: Readonly<{
20
children: React.ReactNode;
-
21
22
}>) {
23
const googleClientId = process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID;
24
// Pass the clientId straight to GoogleOAuthProvider only when configured;
0 commit comments