Skip to content

Commit 508e87c

Browse files
committed
increase image upload amount to 2
1 parent de989e5 commit 508e87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default async function app(
157157

158158
app.register(MercuriusGQLUpload, {
159159
maxFileSize: GQL_MAX_FILE_SIZE,
160-
maxFiles: 1,
160+
maxFiles: 2,
161161
});
162162

163163
app.register(mercurius, {

0 commit comments

Comments
 (0)