fix: disable base64 plugin

This commit is contained in:
taskylizard 2024-02-11 15:00:37 +00:00
parent d55726c8f5
commit e02cfbb595
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

@ -76,7 +76,6 @@ export default defineConfig({
config(md) {
md.use(emojiRender)
md.use(toggleStarredPlugin)
md.use(base64DecodePlugin)
}
},
themeConfig: {