Skip to content

Commit

Permalink
Update nuxt.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli authored Jul 23, 2024
1 parent 223954d commit bdfd3b4
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions test/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,31 @@ export default defineNuxtConfig(async () => {

nitro: {
prerender: {
crawlLinks: false
crawlLinks: false,
routes: [
'/booster-layer',
'/booster-loader',
'/iframe',
'/image',
'/picture',
'/useBoosterHead',
'/v-font',
'/v-font-media',
'/v-font-scroll',
'/vimeo',
'/weak-hardware-overlay',
'/youtube',
'/useBoosterHead'
]
}
},

ssr: true,

dir: {
pages: 'pages/tests'
},

ssr: true,

booster: {
...defaultConfig.booster,
targetFormats: ['jpg|jpeg|png|gif']
Expand Down

0 comments on commit bdfd3b4

Please sign in to comment.