Skip to content

Commit 4553a58

Browse files
committed
missing comma
1 parent 648d3c0 commit 4553a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22

33
const nextConfig = {
4-
output: "standalone"
4+
output: "standalone",
55
images: {
66
loader: "custom",
77
loaderFile: "./loader.ts",

0 commit comments

Comments
 (0)