Skip to content

Commit

Permalink
Removed plausible script
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightgunning committed Jul 6, 2024
1 parent 07f2154 commit 8e09651
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ const { bodyClass, windowTitle, metaAuthor, metaTitle, metaDescription, canonica

<link rel="sitemap" href="/sitemap-index.xml" />
<title>{windowTitle}</title>

<script defer data-domain="dwightgunning.com" src="https://plausible.io/js/script.js"></script>
</head>
</head>
<body class={`sm:overflow-y-scroll px-2 pt-2 pb-4 ${bodyClass}`}>
<slot />
</body>
Expand Down

0 comments on commit 8e09651

Please sign in to comment.