Commit 3a091731 by 姜雷

添加sitmap配置

parent b17453e6
...@@ -34,7 +34,7 @@ const config = { ...@@ -34,7 +34,7 @@ const config = {
}, },
defineConstants: {}, defineConstants: {},
copy: { copy: {
patterns: [], patterns: [{ from: 'sitemap.json', to: 'dist/sitemap.json' }],
options: {}, options: {},
}, },
weapp: { weapp: {
......
{ {
"name": "wx-school-app-public", "name": "wx-school-app-public",
"version": "1.0.0", "version": "1.0.7",
"private": true, "private": true,
"description": "", "description": "",
"scripts": { "scripts": {
......
{
"rules": {
"action": "disallow",
"page": "*"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment