fix build (#401)

This commit is contained in:
Chris Tate
2026-02-09 12:10:40 -06:00
committed by GitHub
parent e8ceafcbe1
commit 8e5ead85c8
+1
View File
@@ -3,6 +3,7 @@ import createMDX from "@next/mdx";
/** @type {import('next').NextConfig} */
const nextConfig = {
pageExtensions: ["js", "jsx", "ts", "tsx", "md", "mdx"],
serverExternalPackages: ["just-bash", "bash-tool"],
};
const withMDX = createMDX({});