From 6e0f322d12a40ac8e1471f4a7ba1f24dc9ec8723 Mon Sep 17 00:00:00 2001 From: Martynas Sklizmantas Date: Sun, 12 Dec 2021 10:53:55 +0200 Subject: [PATCH] removing quotes as they are interpreted as part of a value --- .env.dev.example | 4 ++-- .env.prod.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.dev.example b/.env.dev.example index 9a4366e02..22e12de12 100644 --- a/.env.dev.example +++ b/.env.dev.example @@ -69,7 +69,7 @@ AWS_SECRET_ACCESS_KEY= # or use_dominant_color_light / use_dominant_color_dark PREVIEW_BG_COLOR=use_dominant_color_light # Change to #FFF if you use use_dominant_color_dark -PREVIEW_TEXT_COLOR="#363636" +PREVIEW_TEXT_COLOR=#363636 PREVIEW_IMG_WIDTH=1200 PREVIEW_IMG_HEIGHT=630 -PREVIEW_DEFAULT_COVER_COLOR="#002549" +PREVIEW_DEFAULT_COVER_COLOR=#002549 diff --git a/.env.prod.example b/.env.prod.example index 56f52a286..2e0ced5e8 100644 --- a/.env.prod.example +++ b/.env.prod.example @@ -69,7 +69,7 @@ AWS_SECRET_ACCESS_KEY= # or use_dominant_color_light / use_dominant_color_dark PREVIEW_BG_COLOR=use_dominant_color_light # Change to #FFF if you use use_dominant_color_dark -PREVIEW_TEXT_COLOR="#363636" +PREVIEW_TEXT_COLOR=#363636 PREVIEW_IMG_WIDTH=1200 PREVIEW_IMG_HEIGHT=630 -PREVIEW_DEFAULT_COVER_COLOR="#002549" +PREVIEW_DEFAULT_COVER_COLOR=#002549