mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-02-06 09:16:28 +00:00
Merge pull request #385 from firezone/fix-jekyll-url
Fix URL in config file to fix Pages build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user