This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / webapp / app / (dashboard) / profile / page.tsx
170 B 6 lines
1import { redirect } from 'next/navigation'; 2 3export default function Page() { 4 // page is left empty, redirect to home if [handle] isn't provided 5 redirect('/home'); 6}