mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-22 18:19:48 +00:00
Fix demo routing (#2599)
This commit is contained in:
@@ -8,7 +8,7 @@ const { minimizer } = require("../config/babel.js");
|
||||
const isProd = process.env.NODE_ENV === "production";
|
||||
const chunkFilename = isProd ? "chunk.[chunkhash].js" : "[name].chunk.js";
|
||||
const buildPath = path.resolve(__dirname, "dist");
|
||||
const publicPath = "./";
|
||||
const publicPath = "/";
|
||||
|
||||
const latestBuild = false;
|
||||
|
||||
|
Reference in New Issue
Block a user