Skip to content

Commit

Permalink
Fix repo deep link (tachiyomiorg#1115)
Browse files Browse the repository at this point in the history
Co-authored-by: arkon <arkon@users.noreply.github.com>
  • Loading branch information
arkon and arkon authored Jan 9, 2024
1 parent be3ebdc commit 91a5980
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/src/.vitepress/theme/components/AddRepoButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ function handleAnalytics() {
})
}
const url = new URL('tachiyomi://add-repo')
url.searchParams.append('url', 'https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/index.min.json')
const isAndroid = ref(true)
onMounted(() => {
Expand Down Expand Up @@ -48,7 +45,7 @@ onMounted(() => {
<div class="action-buttons">
<a
class="action-button primary"
:href="url"
href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/tachiyomiorg/extensions/repo/index.min.json"
@click="handleAnalytics()"
>
<IconDownload />
Expand Down

0 comments on commit 91a5980

Please sign in to comment.