Skip to content

Commit

Permalink
WIP: prebuild stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jun 16, 2023
1 parent 7871dde commit 25d5b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineNuxtConfig({
},
},
routeRules: {
'/**': { isr: true },
'/**': { prerender: true },
'/*/team/**': { prerender: false },
'/blog-feed.xml': { redirect: { to: '/blog/feed.json', statusCode: 301 } },
'/mogelijk/api/event': { proxy: 'https://plausible.io/api/event' },
Expand Down

0 comments on commit 25d5b8c

Please sign in to comment.