diff --git a/routes/web.php b/routes/web.php index 2b4e1309e..9a6c53f50 100644 --- a/routes/web.php +++ b/routes/web.php @@ -12,7 +12,7 @@ Route::middleware('cache.headers:public;max_age=86400;s_maxage=86400')->group(function (): void { Route::get('robots.txt', function () { - return response()->view('robots') + return response()->view('rapidez::robots') ->header('Content-Type', 'text/plain; charset=utf-8'); }); });