Skip to content

Commit 601aa54

Browse files
committed
add s3 for known images hosts
1 parent 3f83dd6 commit 601aa54

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
@@ -11,7 +11,7 @@ const nextConfig = {
1111
remotePatterns: [
1212
{ hostname: 'picsum.photos' },
1313
{ hostname: 'localhost' },
14-
{ hostname: 'api.addons.florisboard.org' },
14+
{ hostname: 's3.addons.florisboard.org' },
1515
],
1616
},
1717
};

0 commit comments

Comments
 (0)