Skip to content

Commit 7211a39

Browse files
committed
add plausible
1 parent 30c8b55 commit 7211a39

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

bun.lockb

834 Bytes
Binary file not shown.

nuxt.config.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@ export default defineNuxtConfig({
22
compatibilityDate: "2024-04-03",
33
devtools: { enabled: true },
44

5-
modules: ["@nuxtjs/tailwindcss", "shadcn-nuxt", "@vueuse/nuxt", "@nuxt/eslint"],
5+
modules: [
6+
"@nuxtjs/tailwindcss",
7+
"shadcn-nuxt",
8+
"@vueuse/nuxt",
9+
"@nuxt/eslint",
10+
"@nuxtjs/plausible",
11+
],
12+
13+
plausible: {
14+
apiHost: "https://plausible.vaaski.dev",
15+
domain: "vaaski.dev",
16+
},
617

718
router: {
819
options: { scrollBehaviorType: "smooth" },

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"@fontsource-variable/outfit": "^5.0.13",
1818
"@netlify/functions": "^2.8.1",
1919
"@nuxt/eslint": "^0.5.3",
20+
"@nuxtjs/plausible": "^1.0.2",
2021
"@nuxtjs/tailwindcss": "^6.12.1",
2122
"@vueuse/core": "^11.0.0",
2223
"@vueuse/nuxt": "^11.0.0",

0 commit comments

Comments
 (0)