9d9dfb46c6
Cooking mode step-by-step view. OpenAPI 3.1 spec auto-generated from Zod schemas. Email lib (resend). Redis client. S3 storage helper. Photo upload endpoint. Landing page. Short recipe URL redirect /r/[id]. API docs page.
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default function RootPage() {
|
|
redirect("/recipes");
|
|
}
|