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 23, 2023
1 parent 2345031 commit 1f995cc
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 282 deletions.
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
Loading

0 comments on commit 1f995cc

Please sign in to comment.