feat: configure responsive image sizes for optimized loading
Some checks failed
lotteryfront CI / build (push) Has been cancelled

- Added custom deviceSizes configuration in next.config.ts to support common mobile and desktop breakpoints
- Added responsive sizes attribute to hall wallet strip background image for proper srcset generation
This commit is contained in:
2026-06-26 09:30:44 +08:00
parent 4d24906d45
commit dd1155978a
2 changed files with 5 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ export function HallWalletStrip() {
src="/entry/image5.png"
alt=""
fill
sizes="(max-width: 768px) 100vw, 768px"
className="pointer-events-none object-cover object-center"
aria-hidden
/>