Skip to content

Commit b8f6ff9

Browse files
committed
Change export to standalone
1 parent 4d61090 commit b8f6ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/next.config.ts

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

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
output: "export",
5+
output: "standalone",
66
};
77

88
export default nextConfig;

0 commit comments

Comments
 (0)