remove react inject, instead use docker config to replace .env.js

This commit is contained in:
Philipp Rothmann 2022-10-20 18:15:33 +02:00
parent f2f5b48a44
commit 0bff1d8645
14 changed files with 71 additions and 33 deletions

View file

@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<script src='/env.js'></script>
<script src='%PUBLIC_URL%/env.js'></script>
<title>Dashboard</title>
</head>