mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-05 04:04:08 -05:00
Fixed config
This commit is contained in:
@@ -24,14 +24,19 @@ const config: Config = {
|
||||
organizationName: 'tlsnotary', // Usually your GitHub org/user name.
|
||||
projectName: 'TLSNotary', // Usually your repo name.
|
||||
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
|
||||
plugins: [
|
||||
matomoPlugin,
|
||||
['@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
|
||||
// useful metadata like html lang. For example, if your site is Chinese, you
|
||||
// may want to replace "en" with "zh-Hans".
|
||||
|
||||
Reference in New Issue
Block a user