From d51671e94254bcdad2242ee70e3d4f92defa19b6 Mon Sep 17 00:00:00 2001 From: Stephan Gerbeth Date: Sat, 19 Feb 2022 11:43:59 +0100 Subject: [PATCH] fix(lighthouse): disable resourcehints --- example/nuxt.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/nuxt.config.js b/example/nuxt.config.js index 8a116ffa37..50cbe4a728 100644 --- a/example/nuxt.config.js +++ b/example/nuxt.config.js @@ -99,6 +99,10 @@ module.exports = { } }, + render: { + resourceHints: false + }, + generate: { crawler: true, dir: getDistPath()