Skip to content

Commit

Permalink
fix: Typo for User-agent (withastro#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrissdroid authored Jun 24, 2022
1 parent 6174c60 commit 4edc7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/robots.txt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function get() {
return {
body: 'User-Agent: *\nAllow: /',
body: 'User-agent: *\nAllow: /',
};
}

0 comments on commit 4edc7eb

Please sign in to comment.