Skip to content

Commit 3ea5f9e

Browse files
authored
Fix view path for robots.txt (#1310)
1 parent 2fcd7f8 commit 3ea5f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
Route::middleware('cache.headers:public;max_age=86400;s_maxage=86400')->group(function (): void {
1414
Route::get('robots.txt', function () {
15-
return response()->view('robots')
15+
return response()->view('rapidez::robots')
1616
->header('Content-Type', 'text/plain; charset=utf-8');
1717
});
1818
});

0 commit comments

Comments
 (0)