Fix initial map positionning
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-06-01 23:41:16 +02:00
parent 6cad199431
commit 9ce25e73f0
4 changed files with 59 additions and 58 deletions

View File

@@ -25,7 +25,7 @@ module.exports = (env, argv) => {
chunkFilename: isDev ? 'assets/[name].js' : 'assets/[name].[contenthash:8].js',
publicPath: './',
clean: isDev ? false : {
keep: /^(index\.php|files|geo|images\/icons)(\/.*)?$/
keep: /^(index\.php|files|geo|assets\/images\/icons)(\/.*)?$/
}
},
optimization: {