From d19a973baea297b780d08c62ffcb3e63ab7df9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Varga?= Date: Thu, 28 Nov 2024 22:46:27 +0100 Subject: [PATCH] fix: disable lazy load of the profile picture (#56) --- src/views/index.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/index.ejs b/src/views/index.ejs index 3c31b03..4a28a46 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -30,12 +30,12 @@ "sameAs": [ "https://www.linkedin.com/in/-balazs-varga-/", "https://github.com/warnyul", - "https://bsky.app/profile/balzsvarga.bsky.social", + "https://bsky.app/profile/balzsvarga.bsky.social" ], "image": "<%- baseUrl + '/' + profilePictureUrlPath %>", "description": "Discover the professional profile of Balázs Varga. Links to LinkedIn, GitHub, Bluesky, and blog. Connect now!" } - +
@@ -43,7 +43,7 @@
- Profile picture of Balázs Varga, CTO @ Apter + Profile picture of Balázs Varga, CTO @ Apter

Balázs Varga