This commit is contained in:
parent
513f5d4765
commit
a925692ff2
@ -5,8 +5,13 @@ export default defineNuxtConfig({
|
|||||||
'@nuxtjs/tailwindcss',
|
'@nuxtjs/tailwindcss',
|
||||||
'nuxt-icon',
|
'nuxt-icon',
|
||||||
'@vueuse/nuxt',
|
'@vueuse/nuxt',
|
||||||
'@nuxtjs/robots'
|
'@nuxtjs/robots',
|
||||||
|
'@nuxtjs/plausible',
|
||||||
],
|
],
|
||||||
|
plausible: {
|
||||||
|
domain: 'wrbapp.xeovalyte.com',
|
||||||
|
apiHost: 'https://plausible.xeovalyte.dev',
|
||||||
|
},
|
||||||
build: {
|
build: {
|
||||||
transpile: ['vue-toastification'],
|
transpile: ['vue-toastification'],
|
||||||
},
|
},
|
||||||
|
806
frontend/package-lock.json
generated
806
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -9,6 +9,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@capacitor/cli": "^4.3.0",
|
"@capacitor/cli": "^4.3.0",
|
||||||
|
"@nuxtjs/plausible": "^0.2.0",
|
||||||
"@nuxtjs/tailwindcss": "^6.1.3",
|
"@nuxtjs/tailwindcss": "^6.1.3",
|
||||||
"@tailwindcss/forms": "^0.5.3",
|
"@tailwindcss/forms": "^0.5.3",
|
||||||
"@vueuse/core": "^9.6.0",
|
"@vueuse/core": "^9.6.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user