We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86c519 commit 6effca4Copy full SHA for 6effca4
1 file changed
website/app/routes/preview[.png].tsx
@@ -20,8 +20,8 @@ export async function loader({ context }: Route.LoaderArgs) {
20
search.set("h", "315");
21
search.set("src", image.url);
22
return {
23
- ...image,
24
- url: context.mainConfig.origin + "/img" + "?" + search.toString(),
+ ...image,
+ url: context.mainConfig.origin + "/img" + "?" + search.toString(),
25
};
26
});
27
0 commit comments