Skip to content

Commit

Permalink
Merge pull request #265 from AppQuality/cachebusting-for-env-config
Browse files Browse the repository at this point in the history
fix(app): cachebusting for env config
  • Loading branch information
iacopolea authored Dec 11, 2023
2 parents 1d4452b + 24bcb35 commit 31c4ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDy8e6_8uv8JnNZFRXng6HfbhnhvobWyac&libraries=places"
></script>
<script src="%PUBLIC_URL%/static/iframeResizer.contentWindow.min.js"></script>
<script type="text/javascript" src="/static/env-config.js"></script>
<script type="text/javascript" src="/static/env-config.js?v=0.2.0"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 31c4ed8

Please sign in to comment.