Set up redirects

This commit is contained in:
2022-09-05 12:14:02 +02:00
parent 37717eab59
commit 71781bb664

View File

@ -2,4 +2,8 @@
use Illuminate\Support\Facades\Route;
Route::get('/', fn () => view('homepage'));
Route::get('/', fn () => view('homepage'));
Route::get('/github', fn () => redirect()->to('https://github.com/nicoverbruggen/phpmon'));
Route::get('/sponsor', fn () => redirect()->to('https://nicoverbruggen.be/sponsor'));
Route::get('/donate', fn () => redirect()->to('https://nicoverbruggen.be/sponsor'));