diff --git a/public/images/gytis.jpg b/public/images/gytis.jpg deleted file mode 100644 index 657f2f3..0000000 Binary files a/public/images/gytis.jpg and /dev/null differ diff --git a/public/images/G logo.jpg b/public/images/logo_white.jpg similarity index 100% rename from public/images/G logo.jpg rename to public/images/logo_white.jpg diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9092bd6..2ea57a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,11 +16,11 @@ export const metadata: Metadata = { openGraph: { title: "Gytis | Web Developer", description: "Inclusive products and digital experiences for the web.", - // images: [ - // { - // url: website_image.src, - // }, - // ], + images: [ + { + url: website_image.src, + }, + ], }, }; diff --git a/src/app/opengraph-image3.png b/src/app/opengraph-image3.png deleted file mode 100644 index 434c72f..0000000 Binary files a/src/app/opengraph-image3.png and /dev/null differ