fix(view): update image maxage to 7 days in recent_skins view

Updated the image URL in the recent_skins view to set the maximum age parameter to 7 days instead of 2 days for caching.
This commit is contained in:
Rico van Zelst
2024-03-01 23:47:46 +01:00
parent e58a4bafbe
commit f511320a17

View File

@@ -24,7 +24,7 @@
<div class="flex flex-col items-center justify-center">
<a href="{{ route('skins.show', $skin->slug) }}">
<img loading="lazy" class="h-full border-2 w-80 border-orange-400/40 rounded-xl"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=480&output=webp&q=75&maxage=2d"
src="//wsrv.nl/?url={{ $skin->getSkinImageAttribute() }}&w=480&output=webp&q=75&maxage=7d"
alt="{{ $skin->skin_name }} Splash Art">
</a>
<div class="flex flex-col items-center justify-center">