We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7646df5 commit 8c31907Copy full SHA for 8c31907
src/config.ts
@@ -12,7 +12,7 @@ export const siteConfig: SiteConfig = {
12
lang: 'en', // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th'
13
themeColor: {
14
hue: 235, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
15
- fixed: false, // Hide the theme color picker for visitors
+ fixed: true, // Hide the theme color picker for visitors
16
},
17
banner: {
18
enable: true,
0 commit comments