Rename robot.txt to robots.txt. #5

Closed
opened 1 year ago by craig.oates · 1 comments
Owner

This is a typo. bug and a minor one at that.

This is a typo. bug and a minor one at that.
craig.oates added the
bug
label 1 year ago
craig.oates self-assigned this 1 year ago
craig.oates added this to the (deleted) project 1 year ago
Poster
Owner

You will need to update the following code in app.lisp,

;; Change 'robot' to 'robots' in this if-statment.
(if (ppcre:scan "^(?:/images/|/css/|/js/|/robot\\.txt$|/favicon\\.ico$)" path)

You will find it in the (funcall clack-errors:*clack-error-middleware* function on line 26.

You will need to update the following code in `app.lisp`, ```lisp ;; Change 'robot' to 'robots' in this if-statment. (if (ppcre:scan "^(?:/images/|/css/|/js/|/robot\\.txt$|/favicon\\.ico$)" path) ``` You will find it in the `(funcall clack-errors:*clack-error-middleware*` function on **line 26**.
craig.oates modified the project from (deleted) to Site Up-Keep 1 year ago
craig.oates referenced this issue from a commit 1 year ago
craig.oates closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.