1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-10-11 17:06:21 +02:00

chore: remove deprecated warning Next.js image un-configured qualities

Ref: https://nextjs.org/docs/messages/next-image-unconfigured-qualities
This commit is contained in:
2025-08-31 19:57:46 +02:00
parent 64a5ca73ad
commit 39ef3e80ce
6 changed files with 0 additions and 6 deletions

View File

@@ -38,7 +38,6 @@ export const SkillItem: React.FC<SkillItemProps> = (props) => {
>
<Image
className="inline size-16"
quality={100}
width={64}
height={64}
alt={`Logo of ${skillName}`}