Skip to content

Commit

Permalink
Added Umami for testing
Browse files Browse the repository at this point in the history
Added umami analytics selfhosted railway to test its usage and performance.
  • Loading branch information
NOCanoa committed Sep 18, 2024
1 parent cbfb898 commit dcce9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ export default (() => {
</>
)}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{/* Start of Umami */}
<script defer
src="/static/umami.js" data-host-url="https://umami-performance-test.up.railway.app"
data-website-id="8320f21b-0c21-4ab8-8b13-b1acaa385ebb" data-domains="docs.zen-browser.app"></script>
{/* End of Umami */}
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
{cfg.baseUrl && <meta property="og:image" content={ogImagePath} />}
Expand Down
1 change: 1 addition & 0 deletions quartz/static/umami.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcce9c3

Please sign in to comment.