Skip to content

Commit 427cfb5

Browse files
committedJul 3, 2024··
docs: prerender /
1 parent 3cb2083 commit 427cfb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

Diff for: ‎docs/nuxt.config.ts

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ export default defineNuxtConfig({
2424
'DM+Sans': [400, 500, 600, 700],
2525
},
2626
},
27+
nitro: {
28+
prerender: {
29+
routes: ['/']
30+
}
31+
},
2732
routeRules: {
2833
'/getting-started': { redirect: '/getting-started/installation' },
2934
'/tailwind': { redirect: '/tailwind/config' },

0 commit comments

Comments
 (0)
Please sign in to comment.