mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 09:16:38 +02:00
📎 Add noindex tags on error report handler.
This commit is contained in:
parent
77cf4a5332
commit
9586d478ad
2 changed files with 3 additions and 1 deletions
|
@ -119,7 +119,8 @@
|
|||
(render-template))]
|
||||
(if result
|
||||
{:status 200
|
||||
:headers {"content-type" "text/html; charset=utf-8"}
|
||||
:headers {"content-type" "text/html; charset=utf-8"
|
||||
"x-robots-tag" "noindex"}
|
||||
:body result}
|
||||
{:status 404
|
||||
:body "not found"})))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue