From 312cefae0b01dce9208dfbb0e54fd73b7967d282 Mon Sep 17 00:00:00 2001 From: Matthias FERRAINA Date: Wed, 27 Sep 2023 17:47:38 +0200 Subject: [PATCH] restore empty script array config --- nuxt.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.js b/nuxt.config.js index fd909750f..4913f754e 100755 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -64,6 +64,7 @@ const nuxtConfig = { config.isSeoIndexingEnabled ? {} : { name: 'robots', content: 'noindex' }, ], link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }], + script: [], }, /* ** Customize the progress-bar color