This commit is contained in:
DefectingCat
2022-09-05 13:57:32 +08:00
parent c35741c93c
commit 676c4b6d4d

View File

@ -60,7 +60,6 @@ const Gist = ({ gist }: InferGetStaticPropsType<typeof getStaticProps>) => {
export const getStaticPaths: GetStaticPaths = async () => {
const result = await getGists();
const next = Number(result?.pageSize.next);
const last = Number(result?.pageSize.last);
const paths: (
| string