We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee5121 commit 2c0c89cCopy full SHA for 2c0c89c
packages/cubejs-playground/package.json
@@ -52,6 +52,7 @@
52
"public",
53
"build"
54
],
55
+ "homepage": ".",
56
"proxy": "http://localhost:4000",
57
"license": "MIT",
58
"devDependencies": {
packages/cubejs-playground/src/index.js
@@ -9,7 +9,7 @@ import DashboardPage from './DashboardPage';
9
import App from './App';
10
import { page } from './events';
11
12
-const history = createHashHistory({ basename: process.env.PUBLIC_URL });
+const history = createHashHistory();
13
history.listen((location) => {
14
page(location);
15
});
0 commit comments