Added ads, adblocker, fixed scrollbar, fixed route and asset links of blog

This commit is contained in:
Gitea
2025-04-28 04:10:24 +05:30
parent 08e1110abd
commit 68ad583258
9 changed files with 86 additions and 14 deletions

View File

@@ -22,4 +22,10 @@ Schedule::call(function () {
Schedule::call(function () {
Email::deleteMessagesFromDB();
})->everyMinute();
})->everyTwoHours();
Schedule::call(function () {
\App\Models\Log::deleteLogsFromDB();
})->everyThreeHours();