Add computers to nav

This commit is contained in:
Frankie B 2023-08-26 01:21:59 +01:00
commit 3fc99d1c9d
3 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
return [
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '2023.08.24',
'version' => '2023.08.26',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),