File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import "../styles/global.css";
33
44const base = import .meta .env .BASE_URL || " " ;
55---
6- <a href ={ ` ${base } ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Home</a >
7- <a href ={ ` ${base }about ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >About</a >
8- <a href ={ ` ${base }blog ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Blog</a >
9- <a href ={ ` ${base }tags ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Tags</a >
6+ <a href ={ ` ${base }/ ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Home</a >
7+ <a href ={ ` ${base }/ about ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >About</a >
8+ <a href ={ ` ${base }/ blog ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Blog</a >
9+ <a href ={ ` ${base }/ tags ` } class =" text-sm font-medium transition-colors duration-200 hover:opacity-100 opacity-70" style =" color: var(--color-text);" >Tags</a >
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ const base = import.meta.env.BASE_URL || "";
1010 Welcome to my corner of the internet. I write about technology, programming, and things I find interesting.
1111 </p >
1212 <div class =" flex gap-4 pt-2" >
13- <a href ={ ` ${base }blog ` } class =" inline-flex items-center gap-2 px-5 py-2.5 rounded-lg text-sm font-medium text-white transition-opacity hover:opacity-90" style =" background-color: var(--color-accent);" >
13+ <a href ={ ` ${base }/ blog ` } class =" inline-flex items-center gap-2 px-5 py-2.5 rounded-lg text-sm font-medium text-white transition-opacity hover:opacity-90" style =" background-color: var(--color-accent);" >
1414 Read Blog
1515 </a >
16- <a href ={ ` ${base }about ` } class =" inline-flex items-center gap-2 px-5 py-2.5 rounded-lg text-sm font-medium border transition-opacity hover:opacity-80" style =" border-color: var(--color-border); color: var(--color-text);" >
16+ <a href ={ ` ${base }/ about ` } class =" inline-flex items-center gap-2 px-5 py-2.5 rounded-lg text-sm font-medium border transition-opacity hover:opacity-80" style =" border-color: var(--color-border); color: var(--color-text);" >
1717 About Me
1818 </a >
1919 </div >
You can’t perform that action at this time.
0 commit comments