Skip to content

Commit ec3020f

Browse files
chore: update docusaurus config
1 parent e36205d commit ec3020f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

site/docusaurus.config.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,25 @@ const config = {
1111
url: 'https://workflows.vgv.dev',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
14-
onBrokenMarkdownLinks: 'warn',
1514
favicon: 'img/favicon.ico',
1615
trailingSlash: false,
17-
1816
// GitHub pages deployment config.
1917
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
2118
projectName: 'very_good_workflows', // Usually your repo name.
22-
19+
organizationName: 'VeryGoodOpenSource', // Usually your GitHub org/user name.
2320
// Even if you don't use internalization, you can use this field to set useful
2421
// metadata like html lang. For example, if your site is Chinese, you may want
2522
// to replace "en" with "zh-Hans".
2623
i18n: {
2724
defaultLocale: 'en',
2825
locales: ['en'],
2926
},
30-
27+
markdown: {
28+
hooks: {
29+
onBrokenMarkdownLinks: 'warn',
30+
onBrokenMarkdownImages: 'throw',
31+
},
32+
},
3133
presets: [
3234
[
3335
'classic',

0 commit comments

Comments
 (0)