for real this time
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m8s
This commit is contained in:
parent
8700f65962
commit
e6f5333851
@ -1,6 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import Analytics from "@/components/Analytics";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
@ -17,7 +18,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>
|
||||
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "cc87b1af28264bd7aaf287ba7f905362"}'></script>
|
||||
<Analytics />
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
|
5
components/Analytics.tsx
Normal file
5
components/Analytics.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
export default function Analytics(){
|
||||
return (
|
||||
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "cc87b1af28264bd7aaf287ba7f905362"}'></script>
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue
Block a user