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