Skip to content

Commit

Permalink
docs(app): add description of robots() function
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Cash-7970 committed Dec 4, 2023
1 parent 8e3fbb3 commit 7b39207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/robots.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { MetadataRoute } from 'next';

/** Generates a robots.txt file */
export default function robots(): MetadataRoute.Robots {
return {
rules: {
Expand Down

0 comments on commit 7b39207

Please sign in to comment.