We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a34ab0 commit 793cb0cCopy full SHA for 793cb0c
.playground/app.config.ts
@@ -1,6 +1,6 @@
1
export default defineAppConfig({
2
umami: {
3
- host: 'https://ml-umami.netlify.app/',
+ host: 'https://savory.vercel.app/',
4
id: '84cc2d28-8689-4df0-b575-2202e34a75aa',
5
autoTrack: true,
6
version: 2,
.playground/app.vue
@@ -1,4 +1,6 @@
<script setup lang="ts">
+const shareUrl = 'https://savory.vercel.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami';
+
function testView() {
umTrackView();
}
@@ -43,7 +45,7 @@ function seePreview() {
43
45
Run trackView
44
46
</button>
47
<a
- href="https://ml-umami.netlify.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami"
48
+ :href="shareUrl"
49
target="_blank"
50
rel="noopener noreferrer"
51
@click="seePreview"
0 commit comments