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

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

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

Loading…
Cancel
Save