Remove domain segment

This commit is contained in:
2024-09-01 01:20:00 +02:00
parent 83756116a6
commit b019e81b9b
52 changed files with 32 additions and 51 deletions

6
www/app/page.tsx Normal file
View File

@@ -0,0 +1,6 @@
"use client";
import { redirect } from "next/navigation";
export default function Index() {
redirect("/transcripts/new");
}