Tidying
This commit is contained in:
@@ -7,7 +7,9 @@ export default defineNuxtConfig({
|
||||
}
|
||||
},
|
||||
|
||||
ssr:false,
|
||||
modules: ['@pinia/nuxt', '@nuxt/ui', '@nuxtjs/supabase', "nuxt-editorjs", '@nuxtjs/fontaine', 'nuxt-viewport', 'nuxt-tiptap-editor', '@nuxtjs/leaflet', '@productdevbook/chatwoot'],
|
||||
|
||||
ssr: false,
|
||||
|
||||
imports: {
|
||||
dirs: ['stores']
|
||||
@@ -25,7 +27,6 @@ export default defineNuxtConfig({
|
||||
transpile: ['@vuepic/vue-datepicker']
|
||||
},
|
||||
|
||||
modules: ['@pinia/nuxt', '@nuxt/ui', '@nuxtjs/supabase', "nuxt-editorjs", '@nuxtjs/fontaine', 'nuxt-viewport', 'nuxt-tiptap-editor', '@nuxtjs/leaflet'],
|
||||
|
||||
routeRules: {
|
||||
'/printing': {ssr: false}
|
||||
@@ -35,7 +36,7 @@ export default defineNuxtConfig({
|
||||
supabase: {
|
||||
key: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InV3cHB2Y3hmbHJjc2lidXpzYmlsIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDA5MzgxOTQsImV4cCI6MjAxNjUxNDE5NH0.CkxYSQH0uLfwx9GVUlO6AYMU2FMLAxGMrwEKvyPv7Oo",
|
||||
url: "https://uwppvcxflrcsibuzsbil.supabase.co",
|
||||
redirect:false
|
||||
redirect: false
|
||||
},
|
||||
|
||||
vite: {
|
||||
@@ -45,7 +46,7 @@ export default defineNuxtConfig({
|
||||
},
|
||||
|
||||
ui: {
|
||||
icons: ['heroicons','mdi','simple-icons']
|
||||
icons: ['heroicons', 'mdi', 'simple-icons']
|
||||
},
|
||||
|
||||
colorMode: {
|
||||
|
||||
Reference in New Issue
Block a user