Skip to content

Commit fa3c8a0

Browse files
committed
Fix formatting
1 parent 4615a1a commit fa3c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/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: "standalone",
5+
output: "standalone"
66
}
77

88
export default nextConfig

0 commit comments

Comments
 (0)