remove react inject, instead use docker config to replace .env.js
This commit is contained in:
parent
f2f5b48a44
commit
0bff1d8645
14 changed files with 71 additions and 33 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Reference in a new issue