Fix stale site icons.

Fix artist URLs still showing old cached site icons because the URL
didn't change when the file was updated. Use `image_pack_tag` so that
the filename includes the hash, so that the URL changes when the file
changes.
This commit is contained in:
evazion
2022-04-03 22:41:50 -05:00
parent 70c5332be8
commit 8055c4f172
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ default: &default
# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
additional_paths: ["app/components"]
additional_paths: ["app/components", "public/images"]
# Reload manifest.json on all requests so we reload latest compiled packs
cache_manifest: false