moving to use weather as landing page

This commit is contained in:
2026-01-09 13:47:56 -07:00
parent 12bad4a437
commit 4f560c6df7
4 changed files with 89 additions and 13 deletions

View File

@@ -4,5 +4,5 @@ use Illuminate\Support\Facades\Route;
use Inertia\Inertia;
Route::get('/', function () {
return Inertia::render('Welcome');
return Inertia::render('Weather');
})->name('home');