Skip to content

Commit

Permalink
remove mdx from list of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 23, 2024
1 parent f32e267 commit fbd7e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ new MapWebpackPlugin({ rootMapFile }).create();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
pageExtensions: ["ts", "tsx", "mdx"],
pageExtensions: ["ts", "tsx"],
experimental: {
useLightningcss: true,
reactCompiler: true,
Expand Down

0 comments on commit fbd7e52

Please sign in to comment.