Efficient Serving of Static Assets

I'm looking to serve a bunch of static assets (like favicon.ico and robots.txt and idk maybe images?) I'm currently just defining routes and using Http.response.file helper, but hopefully theres a better way?
Was this page helpful?