Skip to content

Commit 24322e2

Browse files
committed
removed cloudinary from config
1 parent 73d15e8 commit 24322e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ await import("./src/env.js");
88
const config = {
99
swcMinify: false,
1010
images: {
11-
domains: ["storage.googleapis.com", "res.cloudinary.com"],
11+
domains: ["storage.googleapis.com"],
1212
},
1313
async headers() {
1414
return [

0 commit comments

Comments
 (0)