website: Increase broken links checking

this will throw an error if docusaurus find any broken links

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-04-11 22:19:19 +02:00
parent e00b3c2068
commit ac59b8c72e

View File

@ -7,7 +7,6 @@ module.exports = {
tagline: "Dagger is a programmable deployment system",
url: "https://docs.dagger.io",
baseUrl: "/",
onBrokenLinks: "warn",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.png",
organizationName: "Dagger",