Skip to content

Commit

Permalink
Use Plausible analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 27, 2020
1 parent b72891d commit 9685de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development-ui/pages/_app.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { QuirrelProvider } from "../hooks/useQuirrel";
import "../styles/tailwind.css";
import Head from "next/head"
import Head from "next/head";

function MyApp({ Component, pageProps }) {
return (
Expand All @@ -9,8 +9,8 @@ function MyApp({ Component, pageProps }) {
<script
async
defer
data-website-id="9a40fe6e-8d93-45f4-b660-451d0ab28921"
src="https://umami.quirrel.dev/umami.js"
data-domain="ui.quirrel.dev"
src="https://plausible.io/js/plausible.js"
></script>
</Head>
<QuirrelProvider>
Expand Down

0 comments on commit 9685de8

Please sign in to comment.