chore: 调整重定向位置, 修复部署时重定向路径不正确的bug

pull/81/head
moonrailgun 3 years ago
parent 364315713d
commit 713ae63758

@ -84,7 +84,7 @@ const plugins: Configuration['plugins'] = [
to: 'images/logo/', to: 'images/logo/',
}, },
{ {
from: path.resolve(ROOT_PATH, './assets/vercel.json'), from: path.resolve(ROOT_PATH, '../assets/vercel.json'),
to: 'vercel.json', to: 'vercel.json',
}, },
], ],

Loading…
Cancel
Save