diff --git a/docs/Program.cs b/docs/Program.cs index eb4c582..a0f4e59 100644 --- a/docs/Program.cs +++ b/docs/Program.cs @@ -11,6 +11,8 @@ namespace Docs public static async Task<int> Main(string[] args) => await Bootstrapper.Factory .CreateWeb(args) + .AddSetting(Keys.Host, "spectresystems.github.io/spectre.console") + .AddSetting(Keys.LinksUseHttps, true) .AddSetting(Constants.EditLink, ConfigureEditLink()) .ConfigureSite("spectresystems", "spectre.console", "main") .ConfigureDeployment(deployBranch: "docs")