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
+1 -1
View File
@@ -27,6 +27,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="./src/main.js"></script>
</body>
</html>