env validation

This commit is contained in:
Michael Freno
2025-12-21 12:48:12 -05:00
parent f916cb1d52
commit e761844e6f
7 changed files with 107 additions and 104 deletions

View File

@@ -22,7 +22,7 @@ export default function BlogIndex() {
<div class="mx-auto pt-8 pb-24">
<Suspense fallback={<TerminalSplash />}>
<div class="flex flex-row justify-around gap-4">
<div class="flex flex-row justify-around gap-4 px-4">
<PostSortingSelect />
<Show when={data() && Object.keys(data()!.tagMap).length > 0}>