Skip to content

Commit

Permalink
Works in context other than root
Browse files Browse the repository at this point in the history
If you run the dashboard in a container behind a proxy, i.e. it's accessible under a certain context like "/dashboard", you encounter 404s...
  • Loading branch information
bonndan committed Aug 3, 2018
1 parent 689ff78 commit ad37e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,6 +6,6 @@
</head>
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
<script src="./dist/build.js"></script>
</body>
</html>

0 comments on commit ad37e3a

Please sign in to comment.