convert web to static export

This commit is contained in:
Aman Varshney
2025-02-15 15:56:10 +05:30
parent 8f8bf3cd8c
commit e5badb108c
8 changed files with 18 additions and 10467 deletions

View File

@@ -5,6 +5,7 @@ const withMDX = createMDX();
/** @type {import('next').NextConfig} */
const config = {
reactStrictMode: true,
output: "export",
};
export default withMDX(config);