mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-09 18:39:41 +02:00
Merge pull request #5116 from mermaid-js/sidv/bannerClick
feat: Track outbound links in docs site.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<a
|
||||
href="https://www.mermaidchart.com/app/user/billing/checkout?coupon=HOLIDAYS2023"
|
||||
target="_blank"
|
||||
class="unstyled text-white"
|
||||
class="unstyled text-white plausible-event-name=bannerClick"
|
||||
>
|
||||
Get AI, team collaboration, storage, and more with
|
||||
<span class="font-bold underline"
|
||||
|
@@ -31,7 +31,7 @@ export default defineConfig({
|
||||
defer: 'true',
|
||||
'data-domain': 'mermaid.js.org',
|
||||
// All tracked stats are public and available at https://p.mermaid.live/mermaid.js.org
|
||||
src: 'https://p.mermaid.live/js/script.js',
|
||||
src: 'https://p.mermaid.live/js/script.tagged-events.outbound-links.js',
|
||||
},
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user