Skip to content

Commit

Permalink
fix(lighthouse): disable resourcehints
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Feb 19, 2022
1 parent 8d6de0e commit d51671e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/nuxt.config.js
Expand Up @@ -99,6 +99,10 @@ module.exports = {
}
},

render: {
resourceHints: false
},

generate: {
crawler: true,
dir: getDistPath()
Expand Down

0 comments on commit d51671e

Please sign in to comment.