From c0cf27870915b9715180ef65f1927f1ea7b3fa93 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 8 Nov 2020 22:17:00 +0200 Subject: [PATCH] build: the project should work on gh pages now --- config/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpack.common.js b/config/webpack.common.js index 77c3468..4d6b43b 100644 --- a/config/webpack.common.js +++ b/config/webpack.common.js @@ -10,7 +10,7 @@ module.exports = { output: { path: paths.build, filename: "[name].bundle.js", - publicPath: "/" + publicPath: "./" }, plugins: [