From 7bb9d33354a55b7179e7bf2fa0f9798837c8abdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Phetphoumy?= Date: Mon, 6 May 2024 16:02:35 +0000 Subject: [PATCH] Test prerender --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 088af54..cb4cf4c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,7 +5,7 @@ export default defineNuxtConfig({ css: ['~/assets/css/main.css'], modules: ["@nuxt/content"], routeRules: { - '/articles/**': { prerender: true } + '/api/**': { prerender: true } }, content: { highlight: {