feat: add analytics

This commit is contained in:
Marios Antonoudiou
2024-02-19 19:50:16 +02:00
parent bee980b8b3
commit 2fa6956e36

View File

@@ -19,4 +19,14 @@ export default defineNuxtConfig({
anchorLinks: false, anchorLinks: false,
}, },
}, },
app: {
head: {
script: [
{
src: "https://cdn.splitbee.io/sb.js",
defer: true,
},
],
},
},
}); });