1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-12-10 23:42:37 +01: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

@@ -9,7 +9,6 @@ export const AboutLogo: React.FC<AboutLogoProps> = () => {
return (
<div className="max-h-[370px] max-w-[370px] px-2 py-6">
<Image
quality={100}
src="/images/logo.webp"
alt={t("meta.title")}
width={800}