From 98cf8d05d2333c501f2743a02c4c5c4723dbf9d4 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Wed, 4 May 2022 08:22:07 -0500 Subject: [PATCH] trigger CI with readme change --- site/comments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/comments.md b/site/comments.md index 2d0ec0d36..b25296028 100644 --- a/site/comments.md +++ b/site/comments.md @@ -284,7 +284,7 @@ it.only('the search bar returns the correct search results', () => { But even then, the search feature does not filter results. If you can make this work in the latest app template, then please let me know. If it is not possible for the app to filter products, we should remove this section from the instructions. -It is painful to work with environment variables in Vercel. In fact. Some troubleshooting reveals not all the env vars defined in the `.env.local` file are undefined. This out this console.log in `Navbar.tsx` file. +It is painful to work with environment variables in Vercel. In fact. Some troubleshooting reveals the env vars defined in the `.env.local` file are undefined. Try this console.log in `Navbar.tsx` file. ```js console.log('COMMERCE_PROVIDER: ', process.env.COMMERCE_PROVIDER)