From a8a21a58fbe8b29e6a83e1617d1f6426b98384ca Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 25 Sep 2022 17:43:48 +0200 Subject: [PATCH] Minor fixes --- src/index.html | 6 +++--- webpack.config.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/index.html b/src/index.html index 3e63382..b2b93e7 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - + @@ -18,7 +18,7 @@ - Portfolio | Schmelczer + Portfolio | AndrĂ¡s Schmelczer diff --git a/webpack.config.js b/webpack.config.js index ad7d20f..3f2bbe9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -59,7 +59,7 @@ module.exports = (env, argv) => ({ loader: 'responsive-loader', options: { adapter: require('responsive-loader/sharp'), - sizes: [200, 400, 800, 1200, 1920], + sizes: [200, 500, 1200, 1920], placeholder: true, placeholderSize: 64, quality: 90, @@ -69,7 +69,7 @@ module.exports = (env, argv) => ({ }, }, { - test: /\.(webm|mp4)$/i, + test: /\.(webm|mp4|woff2?)$/i, type: 'asset/resource', generator: { filename: '[hash:8][ext]',