Migrate to Astro 5

This commit is contained in:
Bad Manners 2024-12-03 19:09:09 -03:00
parent 5d701069e9
commit bb1e533a00
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
129 changed files with 1408 additions and 1448 deletions

View file

@ -55,7 +55,7 @@ const isCurrentRoute = (path: string) =>
src={logo.src}
alt="A pixelated metal briefcase over a green gradient background."
class="u-logo my-4 w-full max-w-[192px] rounded-sm border-2 border-green-800 shadow-md dark:border-green-950"
width={192}
height={192}
/>
</a>
<span class="p-name mb-6 mt-4 text-3xl font-semibold">Bad Manners</span>
@ -124,9 +124,9 @@ const isCurrentRoute = (path: string) =>
currentYear === "2024" ? (
<time datetime="2024">2024</time>
) : (
<>
<Fragment>
<time datetime="2024">2024</time>&ndash;<time datetime={currentYear}>{currentYear}</time>
</>
</Fragment>
)
} |
</span>