Skip to content

Commit

Permalink
👍 Update sitemap page
Browse files Browse the repository at this point in the history
  • Loading branch information
juzaweb committed Oct 14, 2023
1 parent 23a7eb4 commit 0ec4d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

abstract class BaseSitemapController extends Controller
{
protected int $perPage = 500;
protected int $perPage = 10000;
protected int $limitTaxonomyPage = 10;
protected int $limitPostPage = 200;

Expand Down
2 changes: 1 addition & 1 deletion modules/Frontend/Http/Controllers/SitemapController.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function sitemapTaxonomy($taxonomy, $page)
'page',
$page
)
);
);

foreach ($items as $item) {
$sitemap->add($item->getLink(), $item->updated_at, '0.8', 'weekly');
Expand Down

0 comments on commit 0ec4d8b

Please sign in to comment.