|
@@ -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();
|
|
|
|