We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb2497 commit 65fae4dCopy full SHA for 65fae4d
1 file changed
docs/docusaurus.config.js
@@ -25,17 +25,12 @@ const config = {
25
// For GitHub pages deployment, it is often '/<projectName>/'
26
baseUrl: '/',
27
28
- // Trying to get build instead of src
29
- // url: 'https://fairpm.github.io/',
30
- // baseUrl: '/docs/',
31
-
32
// GitHub pages deployment config.
33
organizationName: 'fairpm',
34
projectName: 'docs',
35
deploymentBranch: 'gh-pages',
36
37
- onBrokenLinks: 'log',
38
+ onBrokenLinks: 'throw',
39
40
// Even if you don't use internationalization, you can use this field to set
41
// useful metadata like html lang. For example, if your site is Chinese, you
0 commit comments