Skip to content

Commit

Permalink
sm
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Mar 23, 2024
1 parent 284c960 commit 558ce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/sitemap/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function generateRandomNumber(min, max) {
const Sitemap = async() => {

const response2 = await fetch(
`https://dev.to/api/articles?per_page=1`
`https://dev.to/api/articles?per_page=10000`
);

const data22 = await response2.json();
Expand Down

0 comments on commit 558ce09

Please sign in to comment.