We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nuxt
Learn more about funding links in repositories.
Report abuse
1 parent c686c22 commit 4253f0bCopy full SHA for 4253f0b
docs/nuxt.config.ts
@@ -3,6 +3,7 @@ export default defineNuxtConfig({
3
devtools: { enabled: true },
4
5
routeRules: {
6
+ '/': { prerender: true },
7
// content.nuxtjs.org redirects
8
'/get-started': { redirect: '/get-started/installation' },
9
'/guide/writing/content-directory': { redirect: '/usage/content-directory' },
0 commit comments