This commit is contained in:
2025-11-15 22:02:46 +08:00
committed by LeonMMcoset
parent 3eb36b78da
commit d7e19e90fd
53 changed files with 365 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
"output": "export",
};
export default nextConfig;