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 2678d9e commit 2adad90Copy full SHA for 2adad90
src/config.ts
@@ -10,7 +10,7 @@ import { LinkPreset } from "./types/config";
10
export const siteConfig: SiteConfig = {
11
title: "Fuwari",
12
subtitle: "Demo Site",
13
- lang: "en", // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th', 'vi'
+ lang: "en", // 'en', 'zh_CN', 'zh_TW', 'ja', 'ko', 'es', 'th', 'vi', 'id'
14
themeColor: {
15
hue: 250, // Default hue for the theme color, from 0 to 360. e.g. red: 0, teal: 200, cyan: 250, pink: 345
16
fixed: false, // Hide the theme color picker for visitors
0 commit comments