diff --git a/routes/web.php b/routes/web.php index 8b2331c6..9a0df78e 100644 --- a/routes/web.php +++ b/routes/web.php @@ -135,7 +135,7 @@ Route::domain(config('portfolio.domain'))->group(function () { Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofactor', 'localization'])->group(function () { Route::get('/', 'SiteController@home')->name('timeline.personal'); - Route::redirect('/home', '/'); + Route::redirect('/home', '/')->name('home'); Auth::routes();