We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34583a commit bcf7ec8Copy full SHA for bcf7ec8
app/skyboxes/skybox_list_v3.tsx
@@ -0,0 +1,4 @@
1
+import { redirect } from 'next/navigation';
2
+export default async function Home() {
3
+ redirect('/');
4
+}
0 commit comments