Skip to content

Commit

Permalink
docs: add back plausible
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 13, 2024
1 parent 0d5f77b commit fbde0a1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default defineNuxtConfig({
compatibilityDate: '2024-09-13',
extends: '@nuxt/ui-pro',
modules: ['@nuxt/ui', '@nuxt/content'],
modules: ['@nuxt/ui', '@nuxt/content', '@nuxtjs/plausible'],
uiPro: { license: 'oss' },
devtools: { enabled: true },
})
})

Check failure on line 8 in docs/nuxt.config.ts

View workflow job for this annotation

GitHub Actions / ci

Newline required at end of file but not found
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/plausible": "^1.0.2",
"nuxt": "^3.13.1"
},
"dependencies": {
Expand Down
22 changes: 22 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbde0a1

Please # to comment.