diff --git a/src/app/(home)/pfarrei/magazin/page.tsx b/src/app/(home)/pfarrei/magazin/page.tsx index 475a56b..7dcd958 100644 --- a/src/app/(home)/pfarrei/magazin/page.tsx +++ b/src/app/(home)/pfarrei/magazin/page.tsx @@ -38,7 +38,7 @@ export default async function MagazinePage() { width={magazine_cover.width || 500} height={magazine_cover.height || 600} alt={'Pfarreimagazin Ausgabe'} - unoptimized={true} + unoptimized={false} /> } diff --git a/src/app/(home)/spenden/[id]/page.tsx b/src/app/(home)/spenden/[id]/page.tsx index 7c89189..b254a07 100644 --- a/src/app/(home)/spenden/[id]/page.tsx +++ b/src/app/(home)/spenden/[id]/page.tsx @@ -31,7 +31,7 @@ export default async function DonationPage({ params }: { params: Promise<{id: st { typeof image == "object" && image.url && - + } diff --git a/src/components/BlogExcerpt/BlogExcerpt.tsx b/src/components/BlogExcerpt/BlogExcerpt.tsx index 1efe7ed..6469f0c 100644 --- a/src/components/BlogExcerpt/BlogExcerpt.tsx +++ b/src/components/BlogExcerpt/BlogExcerpt.tsx @@ -25,7 +25,7 @@ export const BlogExcerpt = ({id, title, excerpt, photo}: BlogExcerptProps) => { height={photo.height} alt={"Blogbild"} className={styles.image} - unoptimized={true} + unoptimized={false} /> } diff --git a/src/components/ContactPerson2/ContactPerson2.tsx b/src/components/ContactPerson2/ContactPerson2.tsx index 8f20fb3..eb246a1 100644 --- a/src/components/ContactPerson2/ContactPerson2.tsx +++ b/src/components/ContactPerson2/ContactPerson2.tsx @@ -23,7 +23,7 @@ export const ContactPerson2 = ({contact, photo}: ContactPerson2Props) => { className={styles.photo} src={photo} alt={contact.name} - unoptimized={true} + unoptimized={false} /> }
diff --git a/src/components/ContactPersonCard/ContactPersonCard.tsx b/src/components/ContactPersonCard/ContactPersonCard.tsx index 6480cec..29852ce 100644 --- a/src/components/ContactPersonCard/ContactPersonCard.tsx +++ b/src/components/ContactPersonCard/ContactPersonCard.tsx @@ -38,7 +38,7 @@ export const ContactPersonCard = ({ alt={contact.name} width={200} height={200} - unoptimized={true} + unoptimized={false} /> ) : (
diff --git a/src/components/DonationAppeal/DonationAppeal.tsx b/src/components/DonationAppeal/DonationAppeal.tsx index a82223b..247de52 100644 --- a/src/components/DonationAppeal/DonationAppeal.tsx +++ b/src/components/DonationAppeal/DonationAppeal.tsx @@ -55,7 +55,7 @@ export const DonationAppeal = () => { { data.map(appeal =>

{appeal.title}

- {""} + {""}

{appeal.text} diff --git a/src/components/Text/converters.tsx b/src/components/Text/converters.tsx index 16eafa5..64141f8 100644 --- a/src/components/Text/converters.tsx +++ b/src/components/Text/converters.tsx @@ -54,7 +54,7 @@ export const jsxConverters: JSXConvertersFunction = ({ defaultConverters }) => ( width={photo.width} height={photo.height} alt={node.value.alt} - unoptimized={true} + unoptimized={false} /> ) }, diff --git a/src/compositions/PageHeader/PageHeader.tsx b/src/compositions/PageHeader/PageHeader.tsx index 101d4d2..a7e455c 100644 --- a/src/compositions/PageHeader/PageHeader.tsx +++ b/src/compositions/PageHeader/PageHeader.tsx @@ -27,7 +27,7 @@ export const PageHeader = ({ title, description, image, alt }: PageHeaderProps) {image && typeof image === 'string' ? ( ) : image ? ( {alt )} diff --git a/src/pageComponents/Event/Event.tsx b/src/pageComponents/Event/Event.tsx index 4c7864f..c1aaf7c 100644 --- a/src/pageComponents/Event/Event.tsx +++ b/src/pageComponents/Event/Event.tsx @@ -115,7 +115,7 @@ export function EventPage( src={photo} className={styles.photo} alt={"Veranstaltungsbild"} - unoptimized={true} + unoptimized={false} /> }