Skip to content

Commit

Permalink
robot text update
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley1101 committed Aug 18, 2024
1 parent f95dc09 commit 29d7909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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: "*",
allow: "/",
allow: "*",
disallow: "/private/",
},
sitemap: "https://arkardev.space/sitemap.xml",
Expand Down

0 comments on commit 29d7909

Please sign in to comment.