Skip to content

Commit

Permalink
chore: update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
ijkml committed Mar 3, 2024
1 parent 4a34ab0 commit 793cb0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .playground/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineAppConfig({
umami: {
host: 'https://ml-umami.netlify.app/',
host: 'https://savory.vercel.app/',
id: '84cc2d28-8689-4df0-b575-2202e34a75aa',
autoTrack: true,
version: 2,
Expand Down
4 changes: 3 additions & 1 deletion .playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<script setup lang="ts">
const shareUrl = 'https://savory.vercel.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami';
function testView() {
umTrackView();
}
Expand Down Expand Up @@ -43,7 +45,7 @@ function seePreview() {
Run trackView
</button>
<a
href="https://ml-umami.netlify.app/share/j2f1spIBFqHJKsXv/Nuxt%20Umami"
:href="shareUrl"
target="_blank"
rel="noopener noreferrer"
@click="seePreview"
Expand Down

0 comments on commit 793cb0c

Please sign in to comment.