remplace png logo with svg
All checks were successful
Deploy Spot / deploy (push) Successful in 33s

This commit is contained in:
2026-05-26 15:27:56 +02:00
parent cf5ae33ba4
commit c783cbe543
14 changed files with 1059 additions and 13 deletions

View File

@@ -102,7 +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.png'), to: 'images' },
{ from: path.resolve(SRC, 'images', 'logo_title.svg'), to: 'images' },
{ from: path.resolve(SRC, 'images', 'spot-logo-only.svg'), to: 'images' }
]
}),