From 4602be797f2bf7ff6f89ad058b6031769e4eba6d Mon Sep 17 00:00:00 2001 From: jordyarms Date: Sun, 22 Sep 2024 21:02:18 -0400 Subject: [PATCH] troubleshooting github pages build configurations --- docusaurus.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6eaeb9d..abd4016 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,18 +8,18 @@ const config: Config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'http://civictechto.github.io', + url: 'https://civictechto.github.io', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/civicsaurus/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'CivicTechTO', // Usually your GitHub org/user name. + organizationName: 'civictechto', // Usually your GitHub org/user name. projectName: 'civicsaurus', // Usually your repo name. deploymentBranch: 'gh-pages', // Use this branch for GitHub Pages deployment trailingSlash: false, - + onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn',