From 6f6d2432993602a737967e983fddfd7e7c9d31ff Mon Sep 17 00:00:00 2001 From: Jimin Kim Date: Mon, 8 Jan 2024 00:37:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20Broken=20anchors,=20md=20links=20?= =?UTF-8?q?=EA=B0=90=EC=A7=80=20=EC=84=A4=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9af9575..85d66f2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -9,17 +9,15 @@ const {themes} = require('prism-react-renderer'); const config: Config = { title: 'blog.jmk.im', tagline: `jmkim0's blog`, - url: 'https://blog.jmk.im', baseUrl: '/', - trailingSlash: false, - i18n: { defaultLocale: 'en', locales: ['en'], }, - + onBrokenAnchors: 'throw', + onBrokenMarkdownLinks: 'throw', presets: [ [ 'classic',