Skip to content

Commit

Permalink
Updated site config file template's default API
Browse files Browse the repository at this point in the history
So as to match the change in Staticman's default API introduced in onweru#36.  Note
that onweru#36 is a breaking change. for users who have set Staticman `endpoint` to
the empty string "".  However, the official production instance has already
broken, as reported in eduardoboucas/staticman#307, so this commit is simply an
info update.
  • Loading branch information
VincentTam committed Aug 23, 2019
1 parent f0b6d45 commit 64bb4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pygmentsCodefencesGuessSyntax = true
# twitter = "" # twitter handle e.g @weru

# [params.staticman]
# endpoint = "https://api.staticman.net" # URL of your own API deployment (without trailing slash), default: "https://api.staticman.net"
# endpoint = "" # URL of your own API deployment (without trailing slash), default: "https://staticman-frama.herokuapp.com"
# gitProvider = "github" # Either "github" or "gitlab"
# username = "username" # GitHub/GitLab user name
# repository = "repo" # GitHub/GitLab user name
Expand Down

0 comments on commit 64bb4d8

Please sign in to comment.