File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// Live details
4
4
5
- /*
5
+
6
6
export const WOO_CONFIG = {
7
- GRAPHQL_URL: 'https://woocommerce .dfweb.no/graphql',
7
+ GRAPHQL_URL : 'https://woo .dfweb.no/graphql' ,
8
8
ALGOLIA_APP_ID : '7L9M5Y0B1K' ,
9
9
ALGOLIA_PUBLIC_API_KEY : '925cc92373120f1bf477bb8ce0e71649' ,
10
10
ALGOLIA_INDEX_NAME : 'dfweb' ,
11
11
PLACEHOLDER_IMAGE_URL : "https://via.placeholder.com/272" ,
12
12
} ;
13
- */
13
+
14
14
15
15
// Development details
16
16
17
+ /*
17
18
export const WOO_CONFIG = {
18
19
GRAPHQL_URL: 'http://localhost/wp/graphql',
19
20
ALGOLIA_APP_ID: '7L9M5Y0B1K',
@@ -22,5 +23,6 @@ export const WOO_CONFIG = {
22
23
PLACEHOLDER_SMALL_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1595540954/Nextjs-Woocommerce/placeholder-272-272_pg8t0z.jpg',
23
24
PLACEHOLDER_LARGE_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1595541416/Nextjs-Woocommerce/placeholder-616-616_beecp5.jpg',
24
25
};
26
+ */
25
27
26
28
export default WOO_CONFIG ;
You can’t perform that action at this time.
0 commit comments