feat: add analytics
This commit is contained in:
@@ -19,4 +19,14 @@ export default defineNuxtConfig({
|
|||||||
anchorLinks: false,
|
anchorLinks: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
app: {
|
||||||
|
head: {
|
||||||
|
script: [
|
||||||
|
{
|
||||||
|
src: "https://cdn.splitbee.io/sb.js",
|
||||||
|
defer: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user