chore: remove headHtml config

This commit is contained in:
chenjiahan 2022-07-23 22:17:27 +08:00
parent 745578360f
commit e6a92eec0f

View File

@ -19,12 +19,6 @@ module.exports = {
baiduAnalytics: { baiduAnalytics: {
seed: 'ad6b5732c36321f2dafed737ac2da92f', seed: 'ad6b5732c36321f2dafed737ac2da92f',
}, },
headHtml: `<script>
if (location.host === 'youzan.github.io') {
location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
}
</script>
`,
htmlPluginOptions: { htmlPluginOptions: {
meta: { meta: {
'docsearch:version': 'v2', 'docsearch:version': 'v2',