From 2e76074da554b786e5cdd21c5c5fc4617e1c6a5e Mon Sep 17 00:00:00 2001 From: minsgy Date: Thu, 4 Jan 2024 22:46:42 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=9D=B4=EB=A0=A5=EC=84=9C=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 8243e4f..2a21e41 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -18,7 +18,7 @@ const config: Config = { organizationName: "minsgy", // Usually your GitHub org/user name. projectName: "minsgy.github.io", // Usually your repo name. trailingSlash: false, - onBrokenLinks: "throw", + onBrokenLinks: "ignore", onBrokenMarkdownLinks: "warn", // Even if you don't use internationalization, you can use this field to set @@ -66,7 +66,11 @@ const config: Config = { }, items: [ { to: "/blog", label: "기록장", position: "left" }, - { to: "/about", label: "소개", position: "left" }, + { + label: "Resume", + position: "left", + href: "https://www.figma.com/file/dI4ZSHhwnWStoM0hmTxy7p/MINSGY_RESUME?type=design&node-id=0%3A1&mode=design&t=0xeEZpNSoKT2kcF4-1", + }, { href: "https://github.com/minsgy", label: "GitHub",