Skip to content

Commit

Permalink
feat(conform-guide): setup plausible (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed May 5, 2023
1 parent c955708 commit 5825676
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guide/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ export default function App() {
<head>
<Meta />
<Links />
<script
defer
data-domain="conform.guide"
src="https://plausible.io/js/script.js"
/>
</head>
<body className="font-['Ubuntu','sans-serif'] antialiased bg-zinc-900 text-white">
<Outlet />
Expand Down

0 comments on commit 5825676

Please sign in to comment.