diff --git a/nuxt.config.ts b/nuxt.config.ts index 61bf668..6434e9f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -9,5 +9,10 @@ export default defineNuxtConfig({ theme: 'catppuccin-mocha', langs: ['python', 'bash'] } + }, + routeRules: { + '/articles/**': { prerender: true }, + '/': { prerender: true }, + '/contact': { prerender: true }, } })