Fix not working images after moving to encore

This commit is contained in:
Kacper Donat 2020-04-13 00:20:22 +02:00
parent 883a6be834
commit fceb7db11d
5 changed files with 1 additions and 0 deletions

BIN
public/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

BIN
public/img/kadet.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
public/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
public/img/overlay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -18,6 +18,7 @@ Encore
config.useBuiltIns = 'usage';
config.corejs = 3;
})
.copyFiles({ from: './assets/img', to: '../img/[path]/[name].[ext]' })
.autoProvidejQuery()
.autoProvideVariables({ Popper: ['popper.js', 'default'] })
.enableSassLoader()