diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index bf03343..578c574 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -67,6 +67,7 @@ params: repo: clientId: clientSecret: + autoCreateIssue: false # Waline client configuration see: https://waline.js.org/en/reference/client.html waline: diff --git a/layouts/partials/comments/provider/vssue.html b/layouts/partials/comments/provider/vssue.html index 7072778..0a9ea56 100644 --- a/layouts/partials/comments/provider/vssue.html +++ b/layouts/partials/comments/provider/vssue.html @@ -14,7 +14,7 @@ props: { title: "{{ $.Title }}", options: { - proxy: (url) => "https://cors-anywhere.azm.workers.dev/" + url, + autoCreateIssue: {{ default false .autoCreateIssue }}, owner: "{{ .owner }}", repo: "{{ .repo }}", clientId: "{{ .clientId }}",