Skip to content

Commit 15920d0

Browse files
committed
fix: temp
1 parent 6626bff commit 15920d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
tagline: 'A reference implementation of GraphQL for JavaScript',
99
url: 'https://js.graphql.org',
1010
baseUrl: '/',
11-
onBrokenLinks: 'throw',
11+
onBrokenLinks: 'warn', // temporary need to find a way for typedoc generated docs to work
1212
onBrokenMarkdownLinks: 'warn',
1313
favicon: 'img/favicon.ico',
1414
organizationName: 'graphql', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)