diff --git a/next.config.mjs b/next.config.mjs index 535c68b..e3ba3b6 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -4,12 +4,12 @@ import rehypePrism from '@mapbox/rehype-prism' /** @type {import('next').NextConfig} */ const nextConfig = { - output: "export", - pageExtensions: ['js', 'jsx', 'mdx'], - reactStrictMode: true, - experimental: { - scrollRestoration: true, - }, + output: "standalone", + // pageExtensions: ['js', 'jsx', 'mdx'], + // reactStrictMode: true, + // experimental: { + // scrollRestoration: true, + // }, } const withMDX = nextMDX({