Skip to content

Commit

Permalink
docs: prerender /
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 3, 2024
1 parent 3cb2083 commit 427cfb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export default defineNuxtConfig({
'DM+Sans': [400, 500, 600, 700],
},
},
nitro: {
prerender: {
routes: ['/']
}
},
routeRules: {
'/getting-started': { redirect: '/getting-started/installation' },
'/tailwind': { redirect: '/tailwind/config' },
Expand Down

0 comments on commit 427cfb5

Please sign in to comment.