|
66 | 66 | use App\Http\Controllers\GeocodeController; |
67 | 67 | use Illuminate\Support\Facades\Config; |
68 | 68 | use App\Http\Controllers\EventsController; |
69 | | - |
70 | 69 | //redirects start |
71 | 70 | Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024'); |
72 | 71 | Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024'); |
|
110 | 109 | Route::permanentRedirect('/view/1221652/challenges/careers-as-constellations', '/challenges/careers-as-constellations/'); |
111 | 110 | Route::permanentRedirect('/view/1221912/blog/careers-linda-liukas/', '/blog/careers-linda-liukas/'); |
112 | 111 | Route::permanentRedirect('/view/1221912/challenges/careers-as-constellations', '/challenges/careers-as-constellations/'); |
| 112 | +Route::permanentRedirect('/view/1221651/challenges/careers-as-constellations', '/challenges/careers-as-constellations'); |
| 113 | + |
| 114 | +Route::permanentRedirect('/blog/codeeu-monday-and-tuesday-thousands-of-schools/1Lg7vYO/', '/blog/codeeu-monday-and-tuesday-thousands-of-schools/'); |
| 115 | +Route::permanentRedirect('/2021/challenges/dance/', '/challenges/dance/'); |
| 116 | +Route::permanentRedirect('/2021/challenges', '/challenges'); |
| 117 | +Route::permanentRedirect('/blog/submit', '/blog'); |
| 118 | +Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/Introduction%20to%20Scratch', '/blog/top-programming-languages-for-kids-of-any-language/'); |
| 119 | +Route::permanentRedirect('/blog/top-programming-languages-for-kids-of-any-language/ScratchEd', '/blog/top-programming-languages-for-kids-of-any-language/'); |
| 120 | +Route::permanentRedirect('/hackathons/slovenia', '/hackathons'); |
| 121 | +Route::permanentRedirect('/hackathons/greece', '/hackathons'); |
| 122 | + |
113 | 123 | Route::get('/search/{term}', function ($term) { |
114 | 124 | if (strtolower($term) === 'e twinning') { |
115 | 125 | return redirect('/search', 301); |
|
0 commit comments