Skip to content

Commit

Permalink
remove SI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaslins committed Dec 15, 2023
1 parent 2dd31b8 commit 5820d01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions site/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ function MyApp({ Component, pageProps }) {
return (
<>
<Head>
{process.browser && (
<script async data-no-cookie data-api="/_hive" src="/bee.js" />
)}
<script async data-no-cookie data-api="/_hive" src="/bee.js" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
</Head>
<MDXProvider components={components}>
<Component {...pageProps} />
<Analytics />
<SpeedInsights />
{/* <SpeedInsights /> */}
</MDXProvider>
</>
);
Expand Down

0 comments on commit 5820d01

Please sign in to comment.