Change color of map, change size of map on mobile, add favicon

This commit is contained in:
2024-03-27 21:16:00 +01:00
parent f493d644a5
commit 19c096bcf6
12 changed files with 704 additions and 708 deletions

View File

@@ -185,7 +185,7 @@ return [
/*
* Package Service Providers...
*/
/*
* Application Service Providers...
*/
@@ -215,6 +215,7 @@ return [
'aliases' => Facade::defaultAliases()->merge([
// 'ExampleClass' => App\Example\ExampleClass::class,
'GeoIP' => \Torann\GeoIP\Facades\GeoIP::class,
'Vite' => \Illuminate\Support\Facades\Vite::class,
])->toArray(),
];