init dragon web

master
冯凯 2023-11-19 17:19:21 +08:00
parent 277f586d42
commit 42c615a22a
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ module.exports = {
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'), //防爬虫文件
to: './' //到根目录下
to: './' //到根目录下 test
}
})
}