Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Malebestia committed Sep 4, 2023
1 parent 42428bc commit c521ded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/listeners/GenerateSitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function handle(Jigsaw $jigsaw) {
collect($jigsaw->getOutputPaths())
->reject(function ($path) {
return $this->isExcluded($path);
<<<<<<< HEAD
<<<<<<< HEAD
})->each(
function ($path) use ($baseUrl, $sitemap) {
Expand All @@ -66,6 +67,10 @@ function ($path) use ($baseUrl, $sitemap) {
});
>>>>>>> 404660b (up)
=======
=======
})->each(
function ($path) use ($baseUrl, $sitemap) {
>>>>>>> 2156399 (up)
$sitemap->addItem(rtrim($baseUrl, '/').$path, time(), Sitemap::DAILY);
});
>>>>>>> 6de787a (up)
Expand Down

0 comments on commit c521ded

Please sign in to comment.