Skip to content

Commit

Permalink
Change preload image to match the current header image
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hurnaus committed Dec 2, 2023
1 parent f89324a commit 7d35b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const links: LinksFunction = () => {
{
rel: "preload",
as: "image",
href: "https://res.cloudinary.com/dbsjhw9tp/image/upload/c_scale,w_1488/v1650748932/der-almohi/der-almohi-hero-schneiderberg-gruenau-2021_i1s7vp.jpg",
href: "https://res.cloudinary.com/dbsjhw9tp/image/upload/f_auto/v1653757476/der-almohi/der-almohi-hero-illustration.ai",
},
];
};
Expand Down

1 comment on commit 7d35b73

@vercel
Copy link

@vercel vercel bot commented on 7d35b73 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.