Skip to content

Commit

Permalink
Merge pull request #107 from xen0n/twil
Browse files Browse the repository at this point in the history
fix broken pic links in TWiL 28 caused by unwanted added slashes
  • Loading branch information
xen0n authored Dec 11, 2023
2 parents 0c422f2 + 9eb3644 commit 359c7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const config: Config = {
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
trailingSlash: true, // to reduce number of 301's with GitHub Pages
// currently breaks TWiL 28's original pic links
// trailingSlash: true, // to reduce number of 301's with GitHub Pages

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

0 comments on commit 359c7aa

Please sign in to comment.