Skip to content

Commit

Permalink
chore: change host name
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed Sep 8, 2024
1 parent db5533b commit d8e816f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NEXT_PUBLIC_WOOCOMMERCE_SESSION_KEY="WOOCOMMERCE_SESSION"
NEXT_PUBLIC_GRAPHQL_URL="https://countries.trevorblades.com"
NEXT_PUBLIC_GRAPHQL_URL="https://nextwoo.ir/?graphql"
4 changes: 4 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ const nextConfig = {
hostname: 'localhost',
port: '6600',
},
{
protocol: 'https',
hostname: 'nextwoo.ir',
},
],
},
};
Expand Down

0 comments on commit d8e816f

Please sign in to comment.