mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +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"),
|
||||
css: path.join(__dirname, "src/css"),
|
||||
build: path.join(__dirname, "../assets/static/build"),
|
||||
public: "/static/build/",
|
||||
public: "./",
|
||||
};
|
||||
|
||||
const config = {
|
||||
|
||||
Reference in New Issue
Block a user