From 4d7936517096c5073fb375c60181895c6ff2c20e Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 13 Mar 2022 22:41:34 +0100 Subject: [PATCH] fixed css webpack config --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 7ae6090..0d11942 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -50,7 +50,7 @@ const webpackConfig = { output: { filename: "bundle.js", - publicPath: "/static/", + publicPath: "static/", path: path.resolve(__dirname, "./public/static"), },