try to fix css issue

This commit is contained in:
Salem Yaslem 2023-05-15 16:11:55 +03:00
parent 7f1e012355
commit 256494be7d

View File

@ -12,6 +12,9 @@ export default defineNuxtConfig({
define: {
'process.env.DEBUG': false,
},
ssr: {
noExternal: ['vuetify'],
}
},
})