Skip to content

Commit

Permalink
Add plausible script (#85)
Browse files Browse the repository at this point in the history
* Add plausible script

* fmt
  • Loading branch information
franknoirot authored Jan 2, 2024
1 parent 6b3528d commit f97ea4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<!-- TODO: remove after we go live -->
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="https://use.typekit.net/zzv8rvm.css" />
<script
defer
data-domain="text-to-cad.zoo.dev"
src="https://plausible.corp.zoo.dev/js/script.js"
></script>
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="%sveltekit.assets%/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="%sveltekit.assets%/favicon-16x16.png" />
Expand Down

0 comments on commit f97ea4f

Please sign in to comment.