Skip to content

Commit d103d8b

Browse files
committed
fix: add missing comma in next.config.ts
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
1 parent 8f85d92 commit d103d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const nextConfig: NextConfig = {
2020
hostname: "**",
2121
},
2222
],
23-
qualities: [60, 75]
23+
qualities: [60, 75],
2424
},
2525
};
2626

0 commit comments

Comments
 (0)