From 4d233c44dcaa7b4d652ece941dbca3f849c76082 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 9 May 2019 11:52:11 +0100 Subject: [PATCH] Set Jekyll URL to https://pusher.github.io/oauth2_proxy --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 41fb22d..dcc24a1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,8 +16,8 @@ title: OAuth2_Proxy description: >- # this means to ignore newlines until "baseurl:" OAuth2_Proxy documentation site -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/oauth2_proxy" # the subpath of your site, e.g. /blog +url: "https://pusher.github.io" # the base hostname & protocol for your site, e.g. http://example.com # Build settings markdown: kramdown