From 4d3964c8d5b5b129502d33ea9c4e0bdf9c207540 Mon Sep 17 00:00:00 2001 From: wessellourens-x Date: Mon, 24 Feb 2025 13:09:38 +0200 Subject: [PATCH] Update settings.js disable ThemeSwitcher --- src/config/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/settings.js b/src/config/settings.js index 63eab142..a79daa51 100644 --- a/src/config/settings.js +++ b/src/config/settings.js @@ -3,6 +3,6 @@ export default { description: `A simple, clean, and modern theme for a startup or businesses' marketing website.`, url: `https://odyssey-theme.sapling.supply`, // No trailing slash! name: `Odyssey`, // The short name of the business or brand name. Used for things like the copyright in the footer. - enableThemeSwitcher: true, + enableThemeSwitcher: false, showPlug: true, // Disable this if you want to remove the plug from the footer. (╯°□°)╯︵ ┻━┻ };