diff --git a/app/components/activity-teaser.tsx b/app/components/activity-teaser.tsx index ee3ac4c..b295e08 100644 --- a/app/components/activity-teaser.tsx +++ b/app/components/activity-teaser.tsx @@ -64,25 +64,16 @@ export const ActivityTeaserComponent = ({ return (
- - - {altText} - -

{title}

diff --git a/app/root.tsx b/app/root.tsx index ec9bb95..c1ceac6 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -19,12 +19,6 @@ export const links: LinksFunction = () => { return [ { rel: "icon", href: "data:image/svg+xml,🥾"}, { rel: "stylesheet", href: tailwindStylesheetUrl }, - { rel: "preconnect", href: "https://res.cloudinary.com" }, - { - rel: "preload", - as: "image", - href: "https://res.cloudinary.com/dbsjhw9tp/image/upload/f_auto/v1653757476/der-almohi/der-almohi-hero-illustration.ai", - }, ]; };