Hacker News new | ask | show | jobs
by nostrademons 6855 days ago
If you keep your images (and CSS, and Javascript) in a /static directory, the built-in webserver will serve them automatically. When you deploy to production you can setup aliases in your HTTP conf to handle it.
1 comments

nice...thanks!