mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-10 22:41:17 +00:00
fix: onboarding bounce rate (#942)
This commit is contained in:
parent
0b5081698c
commit
aa83c0bc12
1 changed files with 5 additions and 0 deletions
5
apps/web/app/(app)/onboarding/[...slug]/page.tsx
Normal file
5
apps/web/app/(app)/onboarding/[...slug]/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from "next/navigation"
|
||||
|
||||
export default function OnboardingCatchAll() {
|
||||
redirect("/onboarding")
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue