1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-05 19:15:30 -04:00

revert back to zod

This commit is contained in:
2025-05-17 20:43:15 -04:00
parent 360d0fda1b
commit cb5934647f
11 changed files with 662 additions and 878 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ const RootLayout = ({ children }: Readonly<{ children: React.ReactNode }>) => {
<Footer className="my-6 w-full" />
</div>
<Toaster position="bottom-center" />
<Toaster position="bottom-center" hotkey={[]} />
</ThemeProvider>
<Analytics />