force vuetify to not use google fonts

This commit is contained in:
lesion
2023-03-29 12:41:52 +02:00
parent e35595df82
commit df4ec69128

View File

@@ -140,7 +140,7 @@ module.exports = {
}
},
buildModules: ['@nuxtjs/vuetify'],
vuetify: { optionsPath: './vuetify.options.js' },
vuetify: { defaultAssets: false, optionsPath: './vuetify.options.js' },
build: {
extend(config, { isDev, isClient }) {
// ..