Skip to content

Commit

Permalink
refactor: 이력서 링크로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
minsgy committed Jan 4, 2024
1 parent 4a66857 commit 2e76074
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2e76074

Please sign in to comment.