moving to use weather as landing page
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user