2
0

build: 📈 Add Plausible Analytics

This commit is contained in:
Baptiste Arnaud
2022-02-14 17:18:19 +01:00
parent 1fbe324e43
commit bdfd7ac1bc

View File

@ -23,6 +23,11 @@ class MyDocument extends Document {
href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap" href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
<script
defer
data-domain="app.typebot.io"
src="https://plausible.baptistearno.com/js/plausible.js"
/>
</Head> </Head>
<body> <body>
<Main /> <Main />