Reuse favicon for site logo
All checks were successful
Deploy Spot / deploy (push) Successful in 39s

This commit is contained in:
2026-05-28 17:43:52 +02:00
parent 520df5b570
commit 980035e3d1
11 changed files with 656 additions and 338 deletions

View File

@@ -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([