Merge stable version before large change #16

Merged
xeovalyte merged 28 commits from dev into main 2023-02-14 15:37:45 +01:00
3 changed files with 469 additions and 345 deletions
Showing only changes of commit a925692ff2 - Show all commits

View File

@ -5,8 +5,13 @@ export default defineNuxtConfig({
'@nuxtjs/tailwindcss',
'nuxt-icon',
'@vueuse/nuxt',
'@nuxtjs/robots'
'@nuxtjs/robots',
'@nuxtjs/plausible',
],
plausible: {
domain: 'wrbapp.xeovalyte.com',
apiHost: 'https://plausible.xeovalyte.dev',
},
build: {
transpile: ['vue-toastification'],
},

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
},
"devDependencies": {
"@capacitor/cli": "^4.3.0",
"@nuxtjs/plausible": "^0.2.0",
"@nuxtjs/tailwindcss": "^6.1.3",
"@tailwindcss/forms": "^0.5.3",
"@vueuse/core": "^9.6.0",