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 6b5dcac commit 6fc8034Copy full SHA for 6fc8034
src/pages/index.ts renamed to src/pages/index.tsx
@@ -2,7 +2,7 @@ import { type GetServerSideProps } from 'next';
2
3
import { env } from '~/env';
4
5
-export default function Home() {
+export default function Index() {
6
return null;
7
}
8
0 commit comments