Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Mar 23, 2024
1 parent e6b501a commit b3f1d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));

Expand Down

0 comments on commit b3f1d2c

Please sign in to comment.