Skip to content

Commit

Permalink
Merge pull request #89 from knovator/fix/widget-env-variable
Browse files Browse the repository at this point in the history
Fix: Widget env file is not working
  • Loading branch information
chavda-bhavik authored Nov 22, 2022
2 parents 2aaa56d + 31926ce commit d761444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widget/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Impler Widget</title>
<!-- <script src="%PUBLIC_URL%/env-config.js"></script> -->
<script src="%PUBLIC_URL%/env-config.js"></script>
</head>

<body>
Expand Down

0 comments on commit d761444

Please sign in to comment.