Change default image

This commit is contained in:
prototypa
2022-08-14 17:50:15 -04:00
parent b85932416d
commit c74362849a
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 KiB

View File

@ -2,9 +2,9 @@
import { getImage } from "@astrojs/image";
const { src: defaultImage } = await getImage({
src: import("~/assets/images/hero.jpg"),
width: 768,
aspectRatio: "16:9",
src: import("~/assets/images/default.png"),
width: 1200,
height: 628
});
const {