Skip to content

Commit

Permalink
troubleshooting github pages build configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyarms committed Sep 23, 2024
1 parent 01d31d7 commit 4602be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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',

Expand Down

0 comments on commit 4602be7

Please sign in to comment.