mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-07 22:13:56 -05:00
Fixed config
This commit is contained in:
@@ -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".
|
||||||
|
|||||||
Reference in New Issue
Block a user