Design Refresh

This commit is contained in:
Roscoe 2026-01-23 23:16:08 +00:00
commit 3456436f98
Signed by: RoscoeDaWah
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE
44 changed files with 592 additions and 227 deletions

View file

@ -7,7 +7,7 @@
'name' => env('APP_NAME', 'wah.moe'),
'version' => '2026.01.09',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'debug' => (bool)env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL'),