Skip to content

Commit

Permalink
🐛Fix: Fix resume link and add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xwonj committed Sep 12, 2023
1 parent e9f2762 commit d7d7e20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ const config = {
label: "Research",
to: "/docs/category/research",
},
{
label: "Projects",
to: "/docs/category/projects",
},
],
},
{
Expand All @@ -186,7 +190,7 @@ const config = {
},
{
label: "Résumé",
to: "/resume.pdf",
href: "https://wonj.me/resume.pdf",
},
],
},
Expand Down

0 comments on commit d7d7e20

Please sign in to comment.