mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Add sitemap
This commit is contained in:
@@ -20,10 +20,8 @@ module.exports = (env, argv) => ({
|
||||
plugins: [
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{
|
||||
from: 'src/styles',
|
||||
to: 'styles'
|
||||
}
|
||||
{ from: 'src/styles', to: 'styles' },
|
||||
{ from: 'src/sitemap.txt', to: 'sitemap.txt' }
|
||||
]
|
||||
}),
|
||||
new MergeJsonWebpackPlugin({
|
||||
|
||||
Reference in New Issue
Block a user