Skip to content

Commit c597062

Browse files
committed
fix: Update Next.js configuration to switch output mode from standalone to export
1 parent c0eebb7 commit c597062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
output: "standalone",
4+
// output: "standalone",
5+
output: "export",
56
/* config options here */
67
};
78

0 commit comments

Comments
 (0)