Skip to content

Commit

Permalink
feat: add umami site analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
ngshiheng committed Feb 13, 2022
1 parent 9e7a7c8 commit 9d0eeec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const LANDING_PAGE_HTML = `
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/15181efa86.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/bulma.min.css" />
<script async defer data-website-id="9860fa16-de2e-4eaa-b0b4-f11c471ad4d6" src="https://umami.jerrynsh.com/umami.js"></script>
<script>
const submitURL = () => {
let statusElement = document.getElementById('status')
Expand Down

0 comments on commit 9d0eeec

Please sign in to comment.