docs: update portfolio links

This commit is contained in:
Kim, Jimin 2023-06-29 16:31:21 +09:00
parent c058032f8c
commit b4e57579d0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# developomp-site # developomp-site
[![what's this?](https://img.shields.io/badge/what's_this%3F-grey?style=for-the-badge)](https://blog.developomp.com/portfolio/developomp-site) [![what's this?](https://img.shields.io/badge/what's_this%3F-grey?style=for-the-badge)](https://portfolio.developomp.com/project/developomp-site)
A monorepo ([Turborepo](https://turbo.build)) of my websites for blogging, portfolio, resume, etc. A monorepo ([Turborepo](https://turbo.build)) of my websites for blogging, portfolio, resume, etc.

View file

@ -27,7 +27,7 @@
<a target="_blank" href="https://blog.developomp.com">Blog</a> <a target="_blank" href="https://blog.developomp.com">Blog</a>
</li> </li>
<li aria-current={$page.url.pathname === "/about" ? "page" : undefined}> <li aria-current={$page.url.pathname === "/about" ? "page" : undefined}>
<a target="_blank" href="https://blog.developomp.com/portfolio">Portfolio</a> <a target="_blank" href="https://portfolio.developomp.com">Portfolio</a>
</li> </li>
<li <li
class={css` class={css`