Logo Branding

This commit is contained in:
2026-07-01 19:50:34 +10:00
parent b12a6e4fd9
commit d1b50e2f1a
17 changed files with 5458 additions and 7 deletions
+1
View File
@@ -26,6 +26,7 @@ use Inertia\Inertia;
'host' => config('broadcasting.connections.reverb.options.host'),
'port' => config('broadcasting.connections.reverb.options.port'),
'scheme' => config('broadcasting.connections.reverb.options.scheme'),
'vapidPublicKey' => config('webpush.vapid.public_key'),
]);
});