add umami

This commit is contained in:
mei 2025-02-10 09:56:45 +08:00
parent 38efae7c49
commit a06b89b210

View File

@ -19,6 +19,7 @@ export default function RootLayout({
<html lang="zh" suppressHydrationWarning>
<head>
<meta name="referrer" content="no-referrer" />
<script defer src="https://umami.mmeiblog.cn/script.js" data-website-id="157306a2-e1eb-4571-9d19-0d4b2c28eddd"></script>
</head>
<body className={inter.className}>{children}</body>
</html>