Skip to content

Commit a9e75b4

Browse files
authored
Fix playground share link
1 parent d052d92 commit a9e75b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎playground/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const results = computed(() => {
9595
})
9696
9797
const link = computed(() => {
98-
return `https://tinyld.vercel.app/?text=${encodeURIComponent(input.value)}`
98+
return `https://komodojp.github.io/tinyld/?text=${encodeURIComponent(input.value)}`
9999
})
100100
101101
const clipboard = useClipboard({ source: link })

0 commit comments

Comments
 (0)