Skip to content

Commit

Permalink
Merge pull request #1061 from basics/feature/fix-test-routes
Browse files Browse the repository at this point in the history
test(config): added missing routes
  • Loading branch information
ThornWalli authored Jul 23, 2024
2 parents 5300afb + 43cd67c commit 2e2c32f
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 2e2c32f

Please sign in to comment.