mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: Set relative public path in webpack.config.js
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user