Skip to content

Commit f5664dc

Browse files
committed
Image
1 parent 6a89ac4 commit f5664dc

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

next.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ import type { NextConfig } from "next";
33
const nextConfig: NextConfig = {
44
/* config options here */
55
};
6-
6+
module.exports = {
7+
images: {
8+
remotePatterns: [new URL("https://github.com/CodeStorm-Hub.png")],
9+
},
10+
};
711
export default nextConfig;

package-lock.json

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)