form submit, addhumanuser implementation

This commit is contained in:
Max Peintner
2023-04-26 16:04:56 +02:00
parent 2047e19ed9
commit 4950af7d9f
3 changed files with 140 additions and 9 deletions

View File

@@ -15,6 +15,8 @@ const lato = Lato({
subsets: ["latin"],
});
export const revalidate = 60; // revalidate every minute
export default async function RootLayout({
children,
}: {