Remove references to any public Staticman API instance (#775)

This commit is contained in:
Vincent Tam
2021-02-04 17:28:36 +01:00
committed by GitHub
parent fe0a48eea0
commit 1765677587
3 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@ layout: null
$(form).addClass('disabled');
{% assign sm = site.staticman -%}
var endpoint = '{{ sm.endpoint | default: "https://staticman3.herokuapp.com/v3/entry/github/" }}';
var endpoint = '{{ sm.endpoint }}';
var repository = '{{ sm.repository }}';
var branch = '{{ sm.branch }}';