We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22c73a4 commit 6cfade2Copy full SHA for 6cfade2
2 files changed
.changeset/long-squids-attack.md
@@ -0,0 +1,5 @@
1
+---
2
+"@alanlu-dev/website": patch
3
4
+
5
+feat(website): add plausible analytics
apps/website/app.vue
@@ -6,6 +6,14 @@ useHead({
6
bodyAttrs: {
7
class: 'normal fg:base-fg bg:base-bg overflow-x:hidden',
8
},
9
+ script: [
10
+ {
11
+ 'src': 'https://plausible.alanlu.dev/js/script.file-downloads.hash.outbound-links.pageview-props.tagged-events.js',
12
+ 'data-domain': 'alanlu.dev',
13
+ 'defer': true,
14
+ },
15
+ { children: 'window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }' },
16
+ ],
17
})
18
19
const CSSRuntimeProvider = defineAsyncComponent(async () => (await import('@master/css.vue')).CSSRuntimeProvider)
0 commit comments