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 2652770 commit d1c898f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/ContentFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function index(string $directory = ''): array
if ($file->isDir()) {
continue;
}
file_get_contents('https://ping2.me/@daudau/debug?message=building___' . $file->getRealPath());
// file_get_contents('https://ping2.me/@daudau/debug?message=building___' . $file->getRealPath());
$posts[] = $this->get($file->getRealPath(), true);
}

Expand Down
2 changes: 0 additions & 2 deletions app/HttpKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

use Illuminate\Contracts\Foundation\Application;

//use Illuminate\Foundation\Http\Kernel;
use BangNokia\Lina\Router;
use Illuminate\Contracts\Http\Kernel;

class HttpKernel implements Kernel
Expand Down
5 changes: 3 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

'name' => 'Pekyll',
'name' => 'Pekyll',

/*
|--------------------------------------------------------------------------
Expand All @@ -26,7 +26,8 @@
|
*/

'version' => app()->runningInConsole() ? app('git.version') : '1.0.0',
// 'version' => app()->runningInConsole() ? app('git.version') : '1.0.0',
'version' => '1.0.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit d1c898f

Please sign in to comment.