added auth and made some sizeable updates to mobile layout

This commit is contained in:
zach
2026-02-25 18:47:33 -05:00
parent 5d9655e196
commit d7c5a69d1d
10 changed files with 915 additions and 47 deletions

3
src/middleware.ts Normal file
View File

@@ -0,0 +1,3 @@
import { clerkMiddleware } from "@clerk/astro/server";
export const onRequest = clerkMiddleware();