From 2e4fad1334d6414c4138c862bd7939bf0934d2e4 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Sun, 9 Jan 2022 16:11:57 -0800 Subject: [PATCH] Fix URL in config file to fix Pages build --- docs/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 40bd9c11d..4f52041ce 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -23,7 +23,7 @@ email: support@firez.one description: >- # this means to ignore newlines until "baseurl:" Documentation site for Firezone's VPN and firewall server. baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +url: "https://docs.firez.one" # the base hostname & protocol for your site, e.g. http://example.com permalink: pretty twitter_username: firezonevpn github_username: firezone