Fixed config

This commit is contained in:
Hendrik Eeckhaut
2025-10-10 17:24:33 +02:00
parent 80672067ae
commit 2d60d46ab4

View File

@@ -24,14 +24,19 @@ const config: Config = {
organizationName: 'tlsnotary', // Usually your GitHub org/user name. organizationName: 'tlsnotary', // Usually your GitHub org/user name.
projectName: 'TLSNotary', // Usually your repo name. projectName: 'TLSNotary', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
plugins: [ plugins: [
matomoPlugin, matomoPlugin,
['@docusaurus/plugin-client-redirects', { redirects },], ['@docusaurus/plugin-client-redirects', { redirects },],
], ],
markdown: {
hooks: {
onBrokenMarkdownLinks: 'throw',
onBrokenMarkdownImages: 'throw',
},
},
// Even if you don't use internationalization, you can use this field to set // Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you // useful metadata like html lang. For example, if your site is Chinese, you
// may want to replace "en" with "zh-Hans". // may want to replace "en" with "zh-Hans".