unify the prod and dev env and use only relative base path ./ in the Admin UI

This commit is contained in:
Gani Georgiev
2022-08-01 20:55:31 +03:00
parent fbeaabf6aa
commit 6292e6cc2e
10 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
window.Prism = window.Prism || {};
window.Prism.manual = true;
</script>
<script type="module" crossorigin src="/_/assets/index.9681f446.js"></script>
<link rel="stylesheet" href="/_/assets/index.3f879848.css">
<script type="module" crossorigin src="./assets/index.c8c06c25.js"></script>
<link rel="stylesheet" href="./assets/index.3f879848.css">
</head>
<body>
<div id="app"></div>