From e0821acb7cd0f26135422417ca0ce6135c6e0a32 Mon Sep 17 00:00:00 2001 From: Traxus Date: Fri, 21 Apr 2023 18:25:55 -0400 Subject: [PATCH] update example ENV to include new variable for refrence Signed-off-by: Traxus --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 9dcafbe..23f4733 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ NEXT_PUBLIC_API="https://laconapi.vercel.app" -NEXT_PUBLIC_CMS_ACCESS_TOKEN="280138ffd0e878d599892fc674d85a" \ No newline at end of file +NEXT_PUBLIC_CMS_ACCESS_TOKEN="280138ffd0e878d599892fc674d85a" +NEXT_PUBLIC_DATOCMS_BYPASS_TYPE="local_json" \ No newline at end of file