mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-08-24 06:38:42 +08:00
Use PUBLIC_URL in index.html for RootPath action
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user