feat: 解决markdown文件不显示问题

master
LCJ-MinYa 2 months ago
parent c6ee1d548a
commit 009a725fdf

@ -41,8 +41,8 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
copy({
targets: [
{
src: 'demoHtml/**/*',
dest: 'dist/demoHtml',
src: '/demoHtml/**/*',
dest: '/dist/demoHtml',
},
],
overwrite: true,

Loading…
Cancel
Save