chore(sitemap): increase sitemap generation frequency to daily

This commit is contained in:
Rico
2026-01-07 20:06:17 +01:00
parent cca1341e90
commit cf08d2b3bb

View File

@@ -15,4 +15,4 @@ use Illuminate\Support\Facades\Schedule;
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
Schedule::command('sitemap:generate')->weekly();
Schedule::command('sitemap:generate')->daily();