Skip to content

Commit

Permalink
Fix cloud hosting error (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu authored Aug 26, 2020
1 parent f744f3a commit aa06bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
gtag('config', "%REACT_APP_GOOGLE_ANALYTICS_ID%");
</script>
<script type='text/javascript'>
// SMART LOOK SETUP
const SMART_LOOK_ID = "%REACT_APP_SMART_LOOK_ID%";
const CLOUD_HOSTING = "%REACT_APP_CLOUD_HOSTING%"
if (SMART_LOOK_ID.length && CLOUD_HOSTING.length) {
window.smartlook||(function(d) {
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
Expand Down

0 comments on commit aa06bc2

Please sign in to comment.