diff --git a/pages/index.tsx b/pages/index.tsx index 281e52d..f2dc652 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -16,14 +16,6 @@ export const getStaticProps = async () => { } } -export const getStaticPaths: GetStaticPaths = async () => { - return { - paths: [ - ], - fallback: true - } -} - const Home = ({ articles }: InferGetStaticPropsType) => { return (