From 3e7084e712dd4e8701dcb69dd74c9ed09eed99f1 Mon Sep 17 00:00:00 2001 From: pawan Date: Sun, 24 Nov 2024 18:08:13 +0530 Subject: [PATCH] config modified --- next.config.mjs | 3 +-- src/app/articles/page.jsx | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index b57b562..3c220b8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -9,8 +9,7 @@ const nextConfig = { outputFileTracingIncludes: { '/articles/*': ['./src/app/articles/**/*.mdx'], }, - }, - output: "export", + } } const withMDX = nextMDX({ diff --git a/src/app/articles/page.jsx b/src/app/articles/page.jsx index 3e1ea9a..2c70453 100644 --- a/src/app/articles/page.jsx +++ b/src/app/articles/page.jsx @@ -56,3 +56,5 @@ export default async function ArticlesIndex() { ) } + +export const dynamic = "auto"; \ No newline at end of file