From a1735654c07911c4ad47baf3897b35eff7368e6a Mon Sep 17 00:00:00 2001 From: amin Date: Mon, 30 Oct 2023 21:39:07 +0330 Subject: [PATCH] Bug | Fix problem of running "npm run build" --- src/config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.js b/src/config.js index f8e04de7..4eb4eff6 100644 --- a/src/config.js +++ b/src/config.js @@ -1 +1,3 @@ export const containerMaxW = 'xl:max-w-6xl xl:mx-auto' +export const darkModeKey = 'darkMode' +export const styleKey = 'style'