Skip to content

Commit 9260624

Browse files
committed
fix landing
1 parent cc95acd commit 9260624

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/landing/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,4 @@ const LandingPage: React.FunctionComponent = () => {
4747
)
4848
}
4949

50-
export async function getStaticPaths() {
51-
return { paths: [], fallback: true }
52-
}
53-
5450
export default LandingPage

0 commit comments

Comments
 (0)