Skip to content

Commit 3228a45

Browse files
authored
feat: add minio to image remote patterns
1 parent 7444db1 commit 3228a45

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const nextConfig = {
1414
protocol: 'https',
1515
hostname: 'warp.sch.bme.hu',
1616
},
17+
{
18+
protocol: 'https',
19+
hostname: 'cdn.kir-dev.hu',
20+
},
1721
],
1822
},
1923
};

0 commit comments

Comments
 (0)