提交 0c069a57 authored 作者: Live's avatar Live 提交者: Gitee

项目添加robots.txt 防止后台管理系统被搜索引擎收录

上级 19b86887
......@@ -117,7 +117,11 @@ module.exports = {
}
}
})
config.optimization.runtimeChunk('single')
config.optimization.runtimeChunk('single'),
{
from: path.resolve(__dirname, './public/robots.txt'),//防爬虫文件
to:'./',//到根目录下
}
}
)
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论