Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Plausible #15

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Add Plausible #15

merged 1 commit into from
Jan 15, 2025

Conversation

Pabl0cks
Copy link
Member

Add basic plausible config to track visits to the site.

Closes #14

Copy link

vercel bot commented Jan 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ens-pg ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 15, 2025 9:54pm

@@ -11,6 +12,9 @@ export const metadata = getMetadata({
const ScaffoldEthApp = ({ children }: { children: React.ReactNode }) => {
return (
<html suppressHydrationWarning>
<head>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: It's weird that they suggest to use <head> instead of <Head> https://nextjs.org/docs/pages/api-reference/components/head 🤷‍♂️

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think https://nextjs.org/docs/pages/api-reference/components/head may only apply to Page Router and not App Router?

image

Copy link
Member

@rin-st rin-st left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@Pabl0cks Pabl0cks merged commit 1c3ca24 into main Jan 15, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add plausible tracking
2 participants