Skip to content

Commit

Permalink
Merge pull request #13 from DevOpsDaysChicago/mattstratton/use-gh-pages
Browse files Browse the repository at this point in the history
fix slash
  • Loading branch information
mattstratton authored Mar 4, 2024
2 parents 2f64b4f + 36131dd commit db8b8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;
const base = '/docusaurus-pr-preview-gh'
const base = '/'
const baseUrl = (process.env.PREVIEW_PATH)
? `${base}/${process.env.PREVIEW_PATH}`
: `${base}`
Expand All @@ -14,7 +14,7 @@ const config = {
title: 'DevOpsDays Chicago Runbooks',
tagline: 'Documentation for running the DevOpsDays Chicago event',
url: 'https://docs.devopsdayschi.org',
baseUrl: 'baseurl',
baseUrl: baseUrl,
trailingSlash: false,
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
Expand Down

0 comments on commit db8b8c7

Please sign in to comment.