Skip to content

Commit

Permalink
added routes with optional param to prerender.routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Jan 9, 2024
1 parent bef1a49 commit 512c06c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ export default defineNuxtConfig({
preset: 'node-server',
prerender: {
failOnError: false,
routes: [
'/abi/encoder/',
'/abi/decoder/',
'/hash-function/keccak256',
'/hash-function/sha256',
'/hash-function/ripemd160',
],
},
},
})

0 comments on commit 512c06c

Please sign in to comment.