From 3a326a4d0fa4123d30b860c64f01aeaadfe58269 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 27 Feb 2022 02:02:21 +0530 Subject: [PATCH] Revert "config: set theme mode to auto [deploy][staging]" Causes a white flash on page navigations, not worth it. This reverts commit 21f754169bd7288402780b977157f800602d5c32. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f4790ff..81d78da 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ ignoreErrors = ["error-remote-getjson"] twitterUsername = "@msfjarvis" socialImage = "android-chrome-512x512.webp" mainSections = ["posts"] - mode = "auto" + mode = "light" utterancesRepo = "msfjarvis/msfjarvis.dev" utterancesTheme = "github-light"