Irudiak erakusten ditu (#8)

* feat: atzealde irudia erakusten du

* feat: cloudinary sartzen du

* feat: kartela erakusten du

* chore: typescript errorea ekiditen du

* feat: irisgarritasuna hobetzen du

* feat: modalaren estiloa hobetzendu

* feat: og image aldatzen du
This commit is contained in:
Aitor Urrutia
2023-07-04 17:47:40 +02:00
committed by GitHub
parent de10cfc551
commit 2a48360784
12 changed files with 323 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ export const SEO: React.VFC<Props> = ({ title, description, location }) => (
name="og:image"
content={`${location.protocol}//${location.host}${ogImagePath}`}
/>
<meta name="og:image:height" content="500" />
<meta name="og:image:width" content="1500" />
<meta name="og:image:height" content="669" />
<meta name="og:image:width" content="1205" />
</Helmet>
);