We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcd7f8 commit 3ea5f9eCopy full SHA for 3ea5f9e
1 file changed
routes/web.php
@@ -12,7 +12,7 @@
12
13
Route::middleware('cache.headers:public;max_age=86400;s_maxage=86400')->group(function (): void {
14
Route::get('robots.txt', function () {
15
- return response()->view('robots')
+ return response()->view('rapidez::robots')
16
->header('Content-Type', 'text/plain; charset=utf-8');
17
});
18
0 commit comments