Frontend: Set relative public path in webpack.config.js
This commit is contained in:
parent
5c3f66becc
commit
e2cd4eeb44
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ const PATHS = {
|
||||||
js: path.join(__dirname, "src"),
|
js: path.join(__dirname, "src"),
|
||||||
css: path.join(__dirname, "src/css"),
|
css: path.join(__dirname, "src/css"),
|
||||||
build: path.join(__dirname, "../assets/static/build"),
|
build: path.join(__dirname, "../assets/static/build"),
|
||||||
public: "/static/build/",
|
public: "./",
|
||||||
};
|
};
|
||||||
|
|
||||||
const config = {
|
const config = {
|
||||||
|
|
Loading…
Reference in a new issue