diff --git a/next.config.mjs b/next.config.mjs index 637edb1..e7acbf1 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -16,6 +16,7 @@ const withMDX = nextMDX({ /** @type {import('next').NextConfig} */ const nextConfig = { pageExtensions: ["js", "jsx", "ts", "tsx", "mdx"], + output: "export" }; export default withSearch(withMDX(nextConfig));