Skip to content

Commit

Permalink
Adjust robots.txt (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles authored Aug 27, 2024
1 parent daf17ea commit ae76e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nuremberg/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
re_path(
r'^robots.txt$',
lambda r: HttpResponse(
"User-agent: *\nDisallow: /search/", content_type="text/plain"
"User-agent: *\nDisallow: /search/\n", content_type="text/plain"
),
),
re_path(r'^php', redirect_home),
Expand Down

0 comments on commit ae76e2e

Please sign in to comment.