Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 740151c

Browse files
committed
fix: deployed config domain for images
1 parent 2c96447 commit 740151c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const nextConfig = {
77
protocol: "http",
88
hostname: "localhost",
99
},
10+
{
11+
protocol: "https",
12+
hostname: "healthcheck.eddiehubcommunity.org",
13+
},
1014
{
1115
protocol: "https",
1216
hostname: "github.com",

0 commit comments

Comments
 (0)