Skip to content

Commit

Permalink
[front-end] index.html - add Umami analytics link
Browse files Browse the repository at this point in the history
The placeholders are replaced with Vite evironment variables courtesy
of HTML Env replacement

https://vite.dev/guide/env-and-mode.html#html-env-replacement
  • Loading branch information
Nick Stokoe committed Nov 27, 2024
1 parent 9a19fde commit 1638e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/front-end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cooperative World Map</title>
<script defer src="%VITE_UMAMI_URL%" data-website-id="%VITE_UMAMI_ID%"></script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 1638e2f

Please sign in to comment.