Remove references to any public Staticman API instance (#775)
This commit is contained in:
parent
fe0a48eea0
commit
1765677587
3 changed files with 12 additions and 12 deletions
|
@ -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 }}';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue