We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2cc6cc commit 51613c3Copy full SHA for 51613c3
README.md
@@ -94,3 +94,8 @@ yarn preview
94
# bun
95
bun run preview
96
```
97
+
98
99
+## What's tracked in the app?
100
+- Visitor count
101
+- Snippets created count
composables/editor.js
@@ -104,6 +104,7 @@ export const useEditor = () => {
104
icon: "i-heroicons-check-circle",
105
});
106
copy(`${window.location.origin}/${data.uid}`);
107
+ window.umami.track('Created Snippet');
108
confirmationModal.value = false;
109
navigateTo(`/${data.uid}`);
110
} catch (error) {
0 commit comments