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