feat: add VPS Panel Analytics script to app layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Bricolage_Grotesque, Lora, Caveat, JetBrains_Mono } from "next/font/google";
|
||||
import Script from "next/script";
|
||||
import "./globals.css";
|
||||
|
||||
const bricolage = Bricolage_Grotesque({
|
||||
@@ -43,6 +44,14 @@ export default function RootLayout({
|
||||
lang="tr"
|
||||
className={`${bricolage.variable} ${lora.variable} ${caveat.variable} ${jetbrains.variable} h-full antialiased`}
|
||||
>
|
||||
<head>
|
||||
{/* VPS Panel Analytics */}
|
||||
<script
|
||||
defer
|
||||
src="https://panel.ayris.tech/api/analytics/script"
|
||||
data-domain="mstfyldz.com"
|
||||
/>
|
||||
</head>
|
||||
<body className="min-h-full flex flex-col selection:bg-[#E11D48]/20 selection:text-[#18181B]">
|
||||
{/*
|
||||
THESIS: A personal digital journal rejecting sanitized corporate minimalism in favor of a warm, tactile field notebook with ink marginalia, rubber stamps, and mood-adaptive atmosphere.
|
||||
|
||||
Reference in New Issue
Block a user