From df4ec691288f3ecc0394f49f44e2778b05e2d5a3 Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 29 Mar 2023 12:41:52 +0200 Subject: [PATCH] force vuetify to not use google fonts --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index f36846de..5c1fcfb1 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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 }) { // ..