Reuse favicon for site logo
All checks were successful
Deploy Spot / deploy (push) Successful in 39s
All checks were successful
Deploy Spot / deploy (push) Successful in 39s
This commit is contained in:
@@ -102,8 +102,7 @@ module.exports = (env, argv) => {
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{ from: path.resolve(LIB, 'index.php'), to: 'index.php' },
|
||||
{ from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' },
|
||||
{ from: path.resolve(SRC, 'images', 'spot-logo-only.svg'), to: 'images' }
|
||||
{ from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' }
|
||||
]
|
||||
}),
|
||||
new SymlinkWebpackPlugin([
|
||||
|
||||
Reference in New Issue
Block a user