Skip to content

Commit

Permalink
Allow indexing home page
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Nov 28, 2024
1 parent 155c8a1 commit 4dab0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/atproto-browser/app/robots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export default function robots(): MetadataRoute.Robots {
return {
rules: {
userAgent: "*",
// Disallow all paths except for the root path.
allow: "/$",
disallow: "/",
},
};
Expand Down

0 comments on commit 4dab0a8

Please sign in to comment.