Pre-rendering a static route (about)
This commit is contained in:
@@ -7,4 +7,7 @@ export default defineNuxtConfig({
|
||||
build: {
|
||||
transpile: ['trpc-nuxt']
|
||||
},
|
||||
routeRules: {
|
||||
'/about': { prerender: true },
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user