Skip to content

Commit

Permalink
feat: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Feb 5, 2024
1 parent c51b519 commit 3e29524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitepress/en/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import axios from 'axios'

const info = ref({})

axios.get('https://raw.githubusercontent.com/pot-app/pot-app-plugin-list/main/list.json').then(res => {
axios.get('https://gh.pylogmon.com/https://raw.githubusercontent.com/pot-app/pot-app-plugin-list/main/list.json').then(res => {
info.value = res.data
})

Expand Down

0 comments on commit 3e29524

Please sign in to comment.