Skip to content

Commit

Permalink
Fix script tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Apr 20, 2024
1 parent e62dbe3 commit 1073f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function RootLayout(props: RootLayoutProps) {
<div className="container mx-auto p-3">
<Providers>{props.children}</Providers>
</div>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "92a0fb32f04b46d4aa3605e7b9f96c24"}'/>
<script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon='{"token": "92a0fb32f04b46d4aa3605e7b9f96c24"}'></script>
</body>
</html>
);
Expand Down

0 comments on commit 1073f1c

Please sign in to comment.