expressjs -> nextjs
This commit is contained in:
5
nextjs/app/page.js
Normal file
5
nextjs/app/page.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function HomePage() {
|
||||
redirect('/manage');
|
||||
}
|
||||
Reference in New Issue
Block a user