Merge pull request #76 from ziyitony/fix_font_settings

修正了 font-settings 插件无法运行的错误
pull/77/head
Xargin 2019-09-09 15:22:43 +08:00 committed by GitHub
commit aaa7e5afae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
}, },
"plugins": [ "plugins": [
"katex", "katex",
"-search" "-search",
"-lunr"
] ]
} }