Added About Page
This commit is contained in:
@@ -13,7 +13,7 @@ Route::get('/', function () {
|
||||
|
||||
Route::get('/about', function () {
|
||||
return Inertia::render('AboutUs');
|
||||
})->name('home');
|
||||
})->name('about');
|
||||
|
||||
require __DIR__.'/settings.php';
|
||||
require __DIR__.'/auth.php';
|
||||
|
||||
Reference in New Issue
Block a user