Skip to content

Commit

Permalink
remove most prebuilt pages to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
flicksolutions committed Jun 11, 2024
1 parent 6bc6d4f commit 7b151e9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,3 @@ export async function load({ fetch, params }) {
page: meta ? (await Promise.all(meta)).map((m) => m?.page) : false
};
}

/** @type {import('./$types').EntryGenerator} */
export function entries() {
// @ts-ignore
return generateEntries(true);
}

0 comments on commit 7b151e9

Please sign in to comment.