phoenix-static-files
Installation
SKILL.md
Phoenix Static File Serving
When to Use
Use when serving uploaded files, assets, or any static content through Phoenix.
Critical Concept
If you reference a path like /uploads/photo.jpg in your app, the directory "uploads" MUST be in static_paths() or the file won't be served!