add umami

This commit is contained in:
mei 2024-12-27 19:55:39 +08:00
parent 6db68cf014
commit 496c214ab2

View File

@ -29,6 +29,9 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="zh-Hans"> <html lang="zh-Hans">
<head>
<script defer src="https://umami.mmeiblog.cn/script.js" data-website-id="4ed0e465-19be-497e-8e3b-676303b53246"></script>
</head>
<body <body
className={`${geistSans.variable} ${geistMono.variable} antialiased`} className={`${geistSans.variable} ${geistMono.variable} antialiased`}
> >