Skip to content

Commit 783b8e6

Browse files
committed
Updated API keys
1 parent 473244f commit 783b8e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Nextjs WooCommerce webshop",
55
"main": "index.js",
66
"scripts": {

utils/config/nextConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
export const WOO_CONFIG = {
66
GRAPHQL_URL: 'https://woo.dfweb.no/graphql',
77
ALGOLIA_APP_ID: '7L9M5Y0B1K',
8-
ALGOLIA_PUBLIC_API_KEY: '1536a3704dfa8b3e42f82e5f95601d47',
8+
ALGOLIA_PUBLIC_API_KEY: '6f03421b21d2320c3d544777235debf1',
99
ALGOLIA_INDEX_NAME: 'dfweb',
1010
PLACEHOLDER_SMALL_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1600187495/Nextjs-Woocommerce/337_utsb7h.jpg',
1111
PLACEHOLDER_LARGE_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1595541416/Nextjs-Woocommerce/placeholder-616-616_beecp5.jpg',

0 commit comments

Comments
 (0)