docs: bump theme-editor (#44171)

* chore: fix plugin antd import

* chore: code clean

* chore: fix image test

* chore: fix image test
This commit is contained in:
MadCcc
2023-08-11 19:37:53 +08:00
committed by GitHub
parent 8368458bf7
commit ddfe37a14e
6 changed files with 42 additions and 131 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
},
ssr: process.env.NODE_ENV === 'production' ? {} : false,
hash: true,
mfsu: false,
crossorigin: {},
outputPath: '_site',
favicons: ['https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png'],
@@ -34,7 +35,6 @@ export default defineConfig({
},
extraRehypePlugins: [rehypeAntd],
extraRemarkPlugins: [remarkAntd],
mfsu: false,
metas: [{ name: 'theme-color', content: '#1677ff' }],
analytics: {
ga_v2: 'UA-72788897-1',