Skip to content

Commit

Permalink
Run format
Browse files Browse the repository at this point in the history
  • Loading branch information
omfj committed Aug 29, 2024
1 parent 051068c commit 5c8243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: "*",
disallow: "/"
disallow: "/",
},
};
}

0 comments on commit 5c8243a

Please sign in to comment.