Skip to content

Commit 5cb5fe1

Browse files
committed
chore: home page refactoering some errors
Signed-off-by: Daniel Ntege <danientege785@gmail.com>
1 parent e3d2a2f commit 5cb5fe1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

nextjs/next.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
images: {
5-
remotePatterns: [
6-
{
7-
protocol: "https",
8-
hostname: "avatars.githubusercontent.com",
9-
},
10-
],
11-
},
124
};
135

146
export default nextConfig;

0 commit comments

Comments
 (0)