chore: fix analytics domain and formatting in layout
This commit is contained in:
@@ -31,7 +31,7 @@ const ibmPlexMono = IBM_Plex_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export function generateStaticParams() {
|
export function generateStaticParams() {
|
||||||
return routing.locales.map((locale) => ({locale}));
|
return routing.locales.map((locale) => ({ locale }));
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function generateMetadata({
|
export async function generateMetadata({
|
||||||
@@ -110,7 +110,7 @@ export default async function RootLayout({
|
|||||||
{/* VPS Panel Analytics */}
|
{/* VPS Panel Analytics */}
|
||||||
<Script
|
<Script
|
||||||
src="https://panel.ayris.tech/api/analytics/script"
|
src="https://panel.ayris.tech/api/analytics/script"
|
||||||
data-domain="https://marmarislocal.com"
|
data-domain="marmarislocal.com"
|
||||||
strategy="afterInteractive"
|
strategy="afterInteractive"
|
||||||
/>
|
/>
|
||||||
{/* Google Analytics GA4 */}
|
{/* Google Analytics GA4 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user