mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 12:03:31 +08:00
修复默认代理过期问题
This commit is contained in:
parent
ea38ece507
commit
ef03c35658
@ -14,6 +14,7 @@
|
|||||||
props: {
|
props: {
|
||||||
title: "{{ $.Title }}",
|
title: "{{ $.Title }}",
|
||||||
options: {
|
options: {
|
||||||
|
proxy: (url) => "https://cors-anywhere.azm.workers.dev/" + url,
|
||||||
owner: "{{ .owner }}",
|
owner: "{{ .owner }}",
|
||||||
repo: "{{ .repo }}",
|
repo: "{{ .repo }}",
|
||||||
clientId: "{{ .clientId }}",
|
clientId: "{{ .clientId }}",
|
||||||
|
Loading…
Reference in New Issue
Block a user