Skip to content

Commit 793cb0c

Browse files
committed
chore: update playground
1 parent 4a34ab0 commit 793cb0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.playground/app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default defineAppConfig({
22
umami: {
3-
host: 'https://ml-umami.netlify.app/',
3+
host: 'https://savory.vercel.app/',
44
id: '84cc2d28-8689-4df0-b575-2202e34a75aa',
55
autoTrack: true,
66
version: 2,

.playground/app.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<script setup lang="ts">
2+
const shareUrl = 'https://savory.vercel.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami';
3+
24
function testView() {
35
umTrackView();
46
}
@@ -43,7 +45,7 @@ function seePreview() {
4345
Run trackView
4446
</button>
4547
<a
46-
href="https://ml-umami.netlify.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami"
48+
:href="shareUrl"
4749
target="_blank"
4850
rel="noopener noreferrer"
4951
@click="seePreview"

0 commit comments

Comments
 (0)