Skip to content

Commit

Permalink
add limit page
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyIndraEfendi committed Jul 19, 2024
1 parent d4728da commit 4bfff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sitemap.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { fetchLastUpdated } from "@/action/fetchKomik";
import { MetadataRoute } from "next";

const MAX_PAGES = 500;
const MAX_PAGES = 50;

const fetchAllLatestData = async (): Promise<any[]> => {
let allData: any[] = [];
Expand Down

0 comments on commit 4bfff03

Please sign in to comment.