Skip to content

Commit bcf7ec8

Browse files
committed
Redirect for old link
1 parent f34583a commit bcf7ec8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/skyboxes/skybox_list_v3.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { redirect } from 'next/navigation';
2+
export default async function Home() {
3+
redirect('/');
4+
}

0 commit comments

Comments
 (0)