File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments