Skip to content

Commit e43a0be

Browse files
committed
fixed broken anchor link
1 parent 64dffa1 commit e43a0be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
url: "https://pecanproject.github.io",
77
baseUrl: "/",
88
onBrokenLinks: "ignore",
9+
onBrokenAnchors: "ignore",
910
onBrokenMarkdownLinks: "warn",
1011
favicon: "img/favicon.ico",
1112
organizationName: "PecanProject", // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)