Skip to content

Commit

Permalink
let's go
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaga001 committed Sep 3, 2024
1 parent c7894e6 commit 32e70ca
Show file tree
Hide file tree
Showing 24 changed files with 1,670 additions and 73 deletions.
9 changes: 3 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
const withMDX = require('@next/mdx')();

/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
reactStrictMode: true,
experimental: {
appDir: true,
mdxRs: true,
},
};
}

module.exports = withMDX(nextConfig);
const withMDX = require('@next/mdx')()
module.exports = withMDX(nextConfig)
Loading

0 comments on commit 32e70ca

Please sign in to comment.