diff --git a/app/Commands/BuildCommand.php b/app/Commands/BuildCommand.php index 8e6d5d9..979b7d2 100644 --- a/app/Commands/BuildCommand.php +++ b/app/Commands/BuildCommand.php @@ -41,7 +41,7 @@ protected function buildItem(Content $item, MarkdownRenderer $renderer): void { echo 'Building ' . $item->path . PHP_EOL; - file_get_contents('https://ping2.me/@daudau/debug?message=building' . $item->slug); + file_get_contents('https://ping2.me/@daudau/debug?message=building___' . $item->slug); $directory = getcwd() . '/public/' . ($item->url() === '/' ? 'index.html' : ($item->url() . '/index.html'));