chore(blog): update "about" link

This commit is contained in:
Kim, Jimin 2023-06-26 01:01:35 +09:00
parent 3af0fd7056
commit c8a8dac86f

View file

@ -21,7 +21,7 @@ const NavbarData: Item[] = [
},
{
title: "About",
path: "/about",
path: "https://developomp.com",
icon: <FontAwesomeIcon icon={faUser} />,
},
{