1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 04:39:01 +00:00

Fix hassio build (#4167)

This commit is contained in:
Bram Kragten
2019-11-01 17:42:36 +01:00
committed by GitHub
parent e37201f84f
commit b705de956e

View File

@@ -28,5 +28,5 @@ module.exports = {
hassio_dir: path.resolve(__dirname, "../hassio"),
hassio_root: path.resolve(__dirname, "../hassio/build"),
hassio_publicPath: "/api/hassio/app",
hassio_publicPath: "/api/hassio/app/",
};