Pre-rendering a static route (about)

This commit is contained in:
2025-04-15 21:37:51 +02:00
parent e2165f2b25
commit 0d933f971f

View File

@@ -7,4 +7,7 @@ export default defineNuxtConfig({
build: { build: {
transpile: ['trpc-nuxt'] transpile: ['trpc-nuxt']
}, },
routeRules: {
'/about': { prerender: true },
}
}); });