Skip to content

Commit

Permalink
Prepare redirect from soon to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Nov 22, 2024
1 parent 7341746 commit 86ba3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

Route::domain('topsecret.'.config('app.url'))->group(function () {
Route::view('soon', 'front.pages.top-secret.placeholder');
// Route::redirect('soon', '/');
Route::get('/', \App\Livewire\TopSecretComponent::class)->middleware(TopSecretMiddleware::class);
});

Expand Down

0 comments on commit 86ba3c8

Please sign in to comment.