Skip to content

Commit 230b7c4

Browse files
committed
change from throw to warn on broken anchors
1 parent 6ab9ec5 commit 230b7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
onBrokenMarkdownLinks:
5353
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
5454
onBrokenAnchors:
55-
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('throw'),
55+
/** @type {import('@docusaurus/types').ReportingSeverity} */ ('warn'),
5656
themes: [
5757
[
5858
require.resolve('./apify-docs-theme'),

0 commit comments

Comments
 (0)