diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-03-20 11:18:21 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-03-20 11:18:21 -0700 |
| commit | f9ed3e056c36f034061fcaaa916bc22f3ee5df37 (patch) | |
| tree | 56666534f8d03c0642402e13c9a37569e468bbde /src | |
| parent | da4ac3669104464045e5d3a5553cfd4a50f3fbb4 (diff) | |
add moekyun analytics
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/layout.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 70e7bad..22e5289 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,7 @@ export default function RootLayout({ <body className={inter.className}>{children} <Footer /> </body> + <script defer src="https://analytics.moekyun.me/script.js" data-website-id="c9115390-947a-4077-b885-b136bb813e1a"></script> </html> ) } |
