We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfbd1bc commit 392c03cCopy full SHA for 392c03c
docusaurus/docusaurus.config.js
@@ -10,8 +10,8 @@ const config = {
10
tagline: 'Design APIs fast, manage content easily.',
11
url: 'https://docs.strapi.io/',
12
baseUrl: '/',
13
- onBrokenLinks: 'warn', // replace with 'throw' to stop building if broken links
14
- onBrokenMarkdownLinks: 'warn',
+ onBrokenLinks: 'throw', // replace with 'throw' to stop building if broken links
+ onBrokenMarkdownLinks: 'throw',
15
favicon: 'https://strapi.io/assets/favicon-32x32.png',
16
17
// GitHub pages deployment config.
0 commit comments