mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-10 02:05:33 +02:00
Added Umami for testing
Added umami analytics selfhosted railway to test its usage and performance.
This commit is contained in:
parent
cbfb898c51
commit
dcce9c3abc
2 changed files with 6 additions and 0 deletions
|
@ -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} />}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue