update: underline style

This commit is contained in:
radishzzz 2025-03-08 17:12:43 +00:00
parent 7abec02cc3
commit 6674cb7072
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ export const themeConfig: ThemeConfig = {
// Not fill in the default locale code again
moreLocale: ['zh-tw', 'ja', 'en', 'es', 'ru'], // ['zh', 'zh-tw', 'ja', 'en', 'es', 'ru']
// Font styles for post content
fontStyle: 'sans', // sans, serif
fontStyle: 'serif', // sans, serif
// Space between title and subtitle
titleSpace: 3, // 1, 2, 3
},