Skip to content

Commit

Permalink
fix: remove sitemap ping
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Feb 18, 2024
1 parent dbd58c3 commit e8edc36
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 e8edc36

Please sign in to comment.