You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
One small addition to the buffalo framework that I would like to do is have the buffalo apps handle
robots.txt
by default.How will this work
We will add a default robots handler to buffalo apps, what this handler will do is will render a file in
robots.txt
that is inside/assets/
folder.If the file is not present it will render a permissive
robots.txt
contentWe should also allow developers to change this handler for any other, something like:
What needs to change
robots.txt
inside assets folder.robots.txt
handler that will render the file from the assetsBox.gobuffalo.io
The text was updated successfully, but these errors were encountered: