We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5533b commit d8e816fCopy full SHA for d8e816f
.env.sample
@@ -1,2 +1,2 @@
1
NEXT_PUBLIC_WOOCOMMERCE_SESSION_KEY="WOOCOMMERCE_SESSION"
2
-NEXT_PUBLIC_GRAPHQL_URL="https://countries.trevorblades.com"
+NEXT_PUBLIC_GRAPHQL_URL="https://nextwoo.ir/?graphql"
next.config.mjs
@@ -12,6 +12,10 @@ const nextConfig = {
12
hostname: 'localhost',
13
port: '6600',
14
},
15
+ {
16
+ protocol: 'https',
17
+ hostname: 'nextwoo.ir',
18
+ },
19
],
20
21
};
0 commit comments