Oops probably should've committed, not even sure what's changed. Set up MDX, set up cv and print, set up dark mode, look at react query
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import million from "million/compiler";
|
||||
import createMDX from '@next/mdx'
|
||||
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
|
||||
swcMinify: true,
|
||||
reactStrictMode: true,
|
||||
output: "standalone",
|
||||
@@ -11,4 +13,8 @@ const millionConfig = {
|
||||
auto: { rsc: true }, rsc: true
|
||||
}
|
||||
|
||||
export default million.next(nextConfig, millionConfig);
|
||||
const withMDX = createMDX({
|
||||
// Add markdown plugins here, as desired
|
||||
})
|
||||
|
||||
export default withMDX(million.next(nextConfig, millionConfig));
|
||||
|
||||
Reference in New Issue
Block a user