Skip to content

Commit

Permalink
Fix index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Aug 8, 2024
1 parent 168945c commit 7e13466
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<script>
window.BASE_URL = "{{BASE_URL}}"
window.JUTE_URL = "{{JUTE_URL}}"
window.AI_BUILDER_URL = "{{AI_BUILDER_URL}}"
window.FHIR_MAPPING_LANGUAGE_URL= "{{FHIR_MAPPING_LANGUAGE_URL}}"
window.FHIRPATH_MAPPING_URL= "{{FHIRPATH_MAPPING_URL}}"
</script>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down Expand Up @@ -36,4 +39,4 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</html>

0 comments on commit 7e13466

Please sign in to comment.