fix: Remove script tag

Removed a script tag from _app.tsx file.
This commit is contained in:
Ayane Satomi 2023-10-22 06:38:31 +00:00
parent bc4fc678c7
commit 33c03ca078

View file

@ -36,7 +36,6 @@ export default function App({ Component }: AppProps) {
</head>
<body>
<Component />
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "da71f3cc23af449aa491996d8d2d1eb5"}'></script>
</body>
<Footer />
</html>