Skip to content

Commit

Permalink
Encode the extension URL in Tachiyomi deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-psi committed Jan 22, 2024
1 parent 7d7652f commit 82961d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/.vitepress/theme/components/AddRepoButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function handleAnalytics() {
<div class="action-buttons">
<a
class="action-button primary"
:href="`tachiyomi://add-repo?url=${GITHUB_EXTENSION_MIN_JSON}`"
:href="`tachiyomi://add-repo?url=${encodeURIComponent(GITHUB_EXTENSION_MIN_JSON)}`"
@click="handleAnalytics"
>
<span class="text">Add repository</span>
Expand Down

0 comments on commit 82961d5

Please sign in to comment.