Skip to content

Commit

Permalink
fix: remove sitemap ping (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Feb 18, 2024
1 parent dbd58c3 commit 9a6d843
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
1 change: 0 additions & 1 deletion app/Console/Commands/SetupApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ protected function sitemap(): void
{
if ($this->getLaravel()->environment() === 'production') {
$this->artisan('✓ Generate sitemap', 'sitemap:generate');
$this->artisan('✓ Submit sitemap', 'sitemap:submit');
}
}
}
40 changes: 0 additions & 40 deletions app/Console/Commands/SubmitSitemap.php

This file was deleted.

0 comments on commit 9a6d843

Please sign in to comment.