防爬虫文件调换位置
This commit is contained in:
parent
a31427127c
commit
0069750168
@ -117,11 +117,11 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
config.optimization.runtimeChunk('single')
|
config.optimization.runtimeChunk('single'),
|
||||||
},
|
{
|
||||||
{
|
|
||||||
from: path.resolve(__dirname, './public/robots.txt'),//防爬虫文件
|
from: path.resolve(__dirname, './public/robots.txt'),//防爬虫文件
|
||||||
to:'./',//到根目录下
|
to:'./',//到根目录下
|
||||||
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user