feat: make Image unoptimized

This commit is contained in:
shinya
2025-06-25 21:32:48 +08:00
parent 70c0d8efc3
commit a18e5d4b84
5 changed files with 11 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ function AggregatePageClient() {
className='w-full rounded-xl object-cover'
style={{ aspectRatio: '2/3' }}
priority
unoptimized
/>
</div>
{/* 右侧信息 */}

View File

@@ -171,6 +171,7 @@ function DetailPageClient() {
className='w-full rounded-xl object-cover'
style={{ aspectRatio: '2/3' }}
priority
unoptimized
/>
</div>
{/* 右侧信息 */}