fix: direct all links to new blog

This commit is contained in:
Youwen Wu 2024-05-24 22:17:40 -07:00
parent 715385c302
commit 3029d64075
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
<Separator class="bg-zinc-400 dark:bg-zinc-500" />
<Drawer.Close asChild let:builder>
<Button
href="/blog"
href="https://blog.youwen.dev"
variant="link"
builders={[builder]}
class="pl-2 text-4xl tracking-tight font-serif dark:text-zinc-200 w-min"

View file

@ -62,7 +62,7 @@
class:selected={current === 'portfolio'}>Portfolio</a
>
<a
href="/blog"
href="https://blog.youwen.dev"
class="text-lg border-b-4 sm:text-xl md:text-2xl font-medium text-primary px-2 py-1 rounded-b-sm rounded-t-md hover:bg-zinc-200 dark:hover:bg-zinc-800 transition-all duration-300 border-b-secondary"
class:selected={current === 'blog' || current === 'blogpost'}>Blog</a
>