Skip to content

Commit 5e4bb10

Browse files
committed
Merge branch 'main' of github.com:WebmasterCamp/ywc20-hackathon-ada
2 parents 91509ec + 5c23d4b commit 5e4bb10

File tree

10 files changed

+658
-24
lines changed

10 files changed

+658
-24
lines changed

next.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
/* config options here */
4+
images: {
5+
domains: ['i.ibb.co'],
6+
},
57
};
68

79
export default nextConfig;

0 commit comments

Comments
 (0)