diff --git a/public/img/favicon.png b/public/img/favicon.png new file mode 100644 index 0000000..a2ca0f7 Binary files /dev/null and b/public/img/favicon.png differ diff --git a/public/img/kadet.png b/public/img/kadet.png new file mode 100644 index 0000000..37f1c8b Binary files /dev/null and b/public/img/kadet.png differ diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..54fca82 Binary files /dev/null and b/public/img/logo.png differ diff --git a/public/img/overlay.png b/public/img/overlay.png new file mode 100644 index 0000000..e4b8d6f Binary files /dev/null and b/public/img/overlay.png differ diff --git a/webpack.config.js b/webpack.config.js index faeaf2a..c0c39b4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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()