Working player, some other fixes
This commit is contained in:
@@ -31,7 +31,9 @@ const hero = getProjectHero(project);
|
||||
const seoImage: SiteImage = {
|
||||
externalURL: await getFullExternalURLOfImage(hero),
|
||||
src: hero.src,
|
||||
alt: project.data.images.hero.alt
|
||||
alt: project.data.images.hero.alt,
|
||||
width: hero.width,
|
||||
height: hero.height
|
||||
};
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user