Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Apr 1, 2024
1 parent 0832ddc commit 4101754
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,11 @@ const config = {

// @TODO: This should throw on prod
onBrokenLinks: isDev ? "warn" : "warn",
onBrokenMarkdownLinks: isDev ? "warn" : "warn",
onBrokenMarkdownLinks: isDev ? "warn" : "warn",

markdown: {
format: "detect",
},

webpack: {
jsLoader: (isServer) => ({
Expand Down

0 comments on commit 4101754

Please sign in to comment.