mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user