From 1579dd3b424be092f8a2b03a024313a3f7249eeb Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Tue, 19 Oct 2021 19:18:16 +0200 Subject: [PATCH] fixing webpack config --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 2dd3dae..d0ab77c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -47,7 +47,7 @@ const webpackConfig = { output: { filename: "bundle.js", - publicPath: "/static/", + publicPath: "static/", path: path.resolve(__dirname, "./public/static/"), },