Skip to content

Commit

Permalink
Fix robotstxt
Browse files Browse the repository at this point in the history
  • Loading branch information
randomairborne committed Sep 16, 2024
1 parent f8cf051 commit c690b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ async fn not_found(nonce: String) -> NotFoundPage {
}

async fn robots() -> &'static str {
include_str!("robots.txt")
"User-Agent: *\
Allow: /"
}

async fn humans() -> &'static str {
Expand Down
2 changes: 0 additions & 2 deletions src/robots.txt

This file was deleted.

0 comments on commit c690b9a

Please sign in to comment.