Skip to content

Commit

Permalink
fix(options): added missing default options
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Jun 13, 2023
1 parent f384973 commit 1b5a56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/options.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export function getDefaultOptions() {
return {
debug: false,

disableNuxtCritters: false, // If set, `@nuxtjs/critters` will not be integrated.
disableNuxtFontaine: false, // If set, `@nuxtjs/fontaine` will not be integrated.
disableNuxtImage: false, // If set, `@nuxt/image` will not be integrated.

optimizePreloads: true,
Expand Down

0 comments on commit 1b5a56c

Please sign in to comment.