Skip to content

Commit

Permalink
Added analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Lody Borgers committed Aug 9, 2023
1 parent 6750215 commit 6a1250a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/Document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ export default function Document({ children }: Props) {
return (
<html lang="en" className="h-full">
<head>
<script
defer
data-domain="weddingfest.nl"
src="https://plausible.io/js/script.js"
></script>
<meta charSet="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#ffffff" />
Expand Down

0 comments on commit 6a1250a

Please sign in to comment.