Skip to content

Commit

Permalink
Merge pull request #12 from pavandeore/dev
Browse files Browse the repository at this point in the history
config modified
  • Loading branch information
pavandeore authored Nov 24, 2024
2 parents f195bf6 + 3e7084e commit d15dd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ const nextConfig = {
outputFileTracingIncludes: {
'/articles/*': ['./src/app/articles/**/*.mdx'],
},
},
output: "export",
}
}

const withMDX = nextMDX({
Expand Down
2 changes: 2 additions & 0 deletions src/app/articles/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ export default async function ArticlesIndex() {
</SimpleLayout>
)
}

export const dynamic = "auto";

0 comments on commit d15dd94

Please sign in to comment.