#elixir #phoenix #phoenix_framework #plug #static
Serving static assets on a subpath in phoenix
https://medium.com/@svengehring/serving-static-assets-on-a-subpath-in-phoenix-758f9ecb9921
Serving static assets on a subpath in phoenix
https://medium.com/@svengehring/serving-static-assets-on-a-subpath-in-phoenix-758f9ecb9921
Medium
Serving static assets on a subpath in Phoenix
Phoenix serves static files with a Plug.Static defined in the endpoint. But what if we want to serve additional static files from subpaths?