Skip to content

Commit

Permalink
fix: prerender uses page
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 29, 2022
1 parent d71535e commit 1a8662a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ export default defineNuxtConfig({
},
},

nitro: {
prerender: {
routes: ['/', '/uses'],
},
},

plausible: {
domain: 'roe.dev',
},
Expand Down

1 comment on commit 1a8662a

@vercel
Copy link

@vercel vercel bot commented on 1a8662a Jun 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.