mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2026-02-04 03:33:13 +01:00
chore(sitemap): increase sitemap generation frequency to daily
This commit is contained in:
@@ -15,4 +15,4 @@ use Illuminate\Support\Facades\Schedule;
|
|||||||
|
|
||||||
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
|
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
|
||||||
|
|
||||||
Schedule::command('sitemap:generate')->weekly();
|
Schedule::command('sitemap:generate')->daily();
|
||||||
|
|||||||
Reference in New Issue
Block a user