Skip to content

Commit

Permalink
removed umami
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Oct 16, 2024
1 parent 023b45c commit 11eb9b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion quartz/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default ((opts?: Options) => {
<ul>
{Object.entries(links).map(([text, link]) => (
<li>
<a data-umami-event={text} href={link}>{text}</a>
<a href={link}>{text}</a>
</li>
))}
</ul>
Expand Down
3 changes: 0 additions & 3 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ export default (() => {
</>
)}
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{/* Start of Umami */}
<script defer src="/static/uma.js" data-host-url="https://uma.zen-browser.app" data-website-id="8eaa82c8-5273-407f-824b-3984d7a862a0" 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: 0 additions & 1 deletion quartz/static/uma.js

This file was deleted.

0 comments on commit 11eb9b9

Please sign in to comment.