Preview and landing
This commit is contained in:
@@ -25,6 +25,10 @@ Route::get('/', function(){
|
||||
return view('home');
|
||||
});
|
||||
|
||||
Route::get('/preview', function(){
|
||||
return view('pages.preview');
|
||||
});
|
||||
|
||||
Route::get('/article/{article:id}', [ArticlesController::class,'show'])->name('articles.show');
|
||||
Route::get('/topic/{topic:slug}', [TopicsController::class,'show'])->name('topics.show');
|
||||
Route::get('/source/{source:slug}', [SourcesController::class,'show'])->name('sources.show');
|
||||
|
||||
Reference in New Issue
Block a user