Skip to content

Commit 3584976

Browse files
committed
plausible added
1 parent a939700 commit 3584976

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

nuxt.config.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
rel: "stylesheet",
4040
href: "https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700&display=swap"
4141
}
42-
]
42+
],
4343
},
4444

4545
// Global CSS: https://go.nuxtjs.dev/config-css
@@ -73,7 +73,8 @@ export default {
7373
modules: [
7474
// https://go.nuxtjs.dev/axios
7575
"@nuxtjs/axios",
76-
"@nuxtjs/auth-next"
76+
"@nuxtjs/auth-next",
77+
'vue-plausible'
7778
],
7879

7980
auth: {

package-lock.json

+31-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"nuxt": "^2.15.3",
2828
"vue-highlight.js": "^4.0.0-beta",
2929
"vue-instantsearch": "^3.4.3",
30-
"vue-observe-visibility": "^1.0.0"
30+
"vue-observe-visibility": "^1.0.0",
31+
"vue-plausible": "^1.1.4"
3132
},
3233
"devDependencies": {
3334
"@nuxt/types": "^2.15.2",

0 commit comments

Comments
 (0)