Skip to content

Commit 59dd505

Browse files
committed
chore(config): change handling of broken links from 'throw' to 'warn' in docusaurus configuration
1 parent d96e03a commit 59dd505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config: Config = {
99
tagline: 'Apache TVM 是一个端到端的深度学习编译框架,适用于 CPU、GPU 和各种机器学习加速芯片。',
1010
url: 'https://tvm.hyper.ai',
1111
baseUrl: '/',
12-
onBrokenLinks: 'throw',
12+
onBrokenLinks: 'warn',
1313
onBrokenMarkdownLinks: 'warn',
1414
favicon: 'img/favicon.png',
1515
organizationName: 'hyperai', // Usually your GitHub org/user name.

0 commit comments

Comments
 (0)