Remove references to any public Staticman API instance (#775)
This commit is contained in:
@ -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 }}';
|
||||
|
||||
|
Reference in New Issue
Block a user