I have multiple files in priv/static/ such as favicon.ico (and all the android/apple variants) and some other brand stuff. In my code they are referred to in the usual way. I.e. <link rel="icon" type="image/png" sizes="16x16" href={Routes.static_path(@conn, "/favicon-16x16.png")} />
These files are not being deployed currently. Fly is doing something to the files, as the links in my resulting markup look something like