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. (╯°□°)╯︵ ┻━┻ };