Skip to content

Commit d8e816f

Browse files
committed
chore: change host name
1 parent db5533b commit d8e816f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NEXT_PUBLIC_WOOCOMMERCE_SESSION_KEY="WOOCOMMERCE_SESSION"
2-
NEXT_PUBLIC_GRAPHQL_URL="https://countries.trevorblades.com"
2+
NEXT_PUBLIC_GRAPHQL_URL="https://nextwoo.ir/?graphql"

next.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ const nextConfig = {
1212
hostname: 'localhost',
1313
port: '6600',
1414
},
15+
{
16+
protocol: 'https',
17+
hostname: 'nextwoo.ir',
18+
},
1519
],
1620
},
1721
};

0 commit comments

Comments
 (0)