fix: serialize prisma decimal to string for client component & add VPS analytics
This commit is contained in:
@@ -48,6 +48,10 @@ export default async function LocaleLayout({
|
||||
|
||||
return (
|
||||
<html lang={locale} className={`${cormorant.variable} ${jakarta.variable} h-full`}>
|
||||
<head>
|
||||
{/* VPS Panel Analytics */}
|
||||
<script defer src="https://panel.ayris.tech/api/analytics/script" data-domain="http://menu.moybeachakyaka.com"></script>
|
||||
</head>
|
||||
<body className="min-h-full flex flex-col antialiased" suppressHydrationWarning>
|
||||
<NextIntlClientProvider messages={messages}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user