Use PUBLIC_URL in index.html for RootPath action

This commit is contained in:
Ken Hibino
2021-10-14 07:04:24 -07:00
parent 917a26def8
commit 33ff40b963
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<script>
window.ROOT_PATH=/[[.RootPath]];
window.ROOT_PATH = "%PUBLIC_URL%";
</script>
<title>Asynq - Monitoring</title>
</head>