Skip to content

Commit

Permalink
feat: Replace Vercel Analytics with GoatCount
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin committed May 9, 2024
1 parent 5aa8a34 commit 76ca24d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/app/layout.tsx
@@ -1,4 +1,3 @@
import { Analytics } from '@vercel/analytics/react';
import { SpeedInsights } from '@vercel/speed-insights/next';
import cn from 'classnames';
import type { Metadata } from 'next';
Expand Down Expand Up @@ -57,8 +56,12 @@ export default function Layout({ children }: LayoutProps) {
<body className={cn(fontStandard.variable, fontMono.variable)}>
{children}
<Footer />
<Analytics />
<SpeedInsights />
<script
data-goatcounter="https://vimcolorschemes.goatcounter.com/count"
async
src="//gc.zgo.at/count.js"
/>
</body>
</html>
);
Expand Down

0 comments on commit 76ca24d

Please sign in to comment.