Skip to content

Commit c326e8c

Browse files
committed
Update web.php
1 parent 5cd14d8 commit c326e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routes/web.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@
129129
Route::prefix('/content')->group(function () {
130130
Route::get('/', Controllers\Articles\ListArticlesController::class)->name('articles');
131131

132+
Route::redirect('leandrocfe-filament-v4-beta-feature-overview', '/content/leandrocfe-whats-new-in-filament-v4');
133+
132134
Route::name('articles.')->group(function () {
133135
Route::prefix('/{article:slug}')->group(function () {
134136
Route::get('/', Controllers\Articles\ViewArticleController::class)->name('view');
135137
});
136138
});
137-
138-
Route::redirect('leandrocfe-filament-v4-beta-feature-overview', '/content/leandrocfe-whats-new-in-filament-v4');
139139
});
140140

141141
Route::prefix('/plugins')->group(function () {

0 commit comments

Comments
 (0)