From f076c2d931a0b0d9604d68635c5e4aaa14feed43 Mon Sep 17 00:00:00 2001 From: Sergey Akkuratov Date: Thu, 30 May 2024 22:44:25 +0300 Subject: [PATCH] =?UTF-8?q?=D0=95=D1=89=D1=91=20=D0=BE=D0=B4=D0=B4=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0=20=D0=B8?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20GitHub=20Pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index eaa416a..7c71ab4 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -22,8 +22,8 @@ module.exports = { devtool: "inline-source-map", plugins: [ new HtmlWebpackPlugin({ - template: "./src/index.html", - filename: "./index.html", + template: "src/index.html", + filename: "index.html", }), new DefinePlugin({ PREFIX: JSON.stringify(PREFIX),