diff --git a/app/Commands/Build.php b/app/Commands/Build.php index c6d2bd5..0a78dc9 100644 --- a/app/Commands/Build.php +++ b/app/Commands/Build.php @@ -39,6 +39,8 @@ public function handle(): int protected function buildItem(Content $item, MarkdownRenderer $renderer): void { + $this->info('Building ' . $item->path . '...'); + $directory = getcwd() . '/public/' . ($item->url() === '/' ? 'index.html' : ($item->url() . '/index.html')); if (!is_dir(dirname($directory))) {