File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
4848 // url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
4949 baseUrl : "/docs/jp/" ,
5050 baseUrlIssueBanner : true ,
51- onBrokenLinks : "throw " ,
51+ onBrokenLinks : "warn " ,
5252 onBrokenMarkdownLinks : "warn" ,
5353 onDuplicateRoutes : "throw" ,
54- onBrokenAnchors : "throw " ,
54+ onBrokenAnchors : "warn " ,
5555 favicon : "img/docs_favicon.ico" ,
5656 organizationName : "ClickHouse" ,
5757 trailingSlash : false ,
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
4848 // url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
4949 baseUrl : "/docs/ru/" ,
5050 baseUrlIssueBanner : true ,
51- onBrokenLinks : "throw " ,
51+ onBrokenLinks : "warn " ,
5252 onBrokenMarkdownLinks : "warn" ,
5353 onDuplicateRoutes : "throw" ,
54- onBrokenAnchors : "throw " ,
54+ onBrokenAnchors : "warn " ,
5555 favicon : "img/docs_favicon.ico" ,
5656 organizationName : "ClickHouse" ,
5757 trailingSlash : false ,
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ const config = {
4848 // url: process.env.VERCEL_URL ? `https://${process.env.VERCEL_URL}` : 'https://bookish-disco-5997zvo.pages.github.io',
4949 baseUrl : "/docs/zh/" ,
5050 baseUrlIssueBanner : true ,
51- onBrokenLinks : "throw " ,
51+ onBrokenLinks : "warn " ,
5252 onBrokenMarkdownLinks : "warn" ,
5353 onDuplicateRoutes : "throw" ,
54- onBrokenAnchors : "throw " ,
54+ onBrokenAnchors : "warn " ,
5555 favicon : "img/docs_favicon.ico" ,
5656 organizationName : "ClickHouse" ,
5757 trailingSlash : false ,
You can’t perform that action at this time.
0 commit comments