From b3f1d2c6dde53ddb651918658fae5c957bff3e49 Mon Sep 17 00:00:00 2001 From: bangnokia Date: Sun, 24 Mar 2024 06:34:52 +0700 Subject: [PATCH] wip --- app/Commands/BuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));