Skip to content

Commit b907cf0

Browse files
authored
Dependency updates (#8)
* Bump Docusaurus to latest * Bump netlify-cli
1 parent 04e4200 commit b907cf0

File tree

3 files changed

+4430
-4318
lines changed

3 files changed

+4430
-4318
lines changed

docusaurus.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const config: Config = {
2222
url: siteConfig.docsSite.url,
2323
baseUrl: siteConfig.docsSite.baseUrl,
2424
onBrokenLinks: "throw", // Throw errors during the build process when links are broken
25-
onBrokenMarkdownLinks: "throw",
2625
onBrokenAnchors: "throw",
2726
i18n: {
2827
defaultLocale: "en",
@@ -67,6 +66,9 @@ const config: Config = {
6766
format: "md",
6867
parseFrontMatter: frontMatterProcessPhrases,
6968
preprocessor: contentProcessPhrases,
69+
hooks: {
70+
onBrokenMarkdownLinks: "throw",
71+
},
7072
},
7173
plugins: [
7274
path.resolve(__dirname, "src/plugins/connectors/index.ts"),

0 commit comments

Comments
 (0)