From 276ba2f82094035e1de8a362e031cb9524494fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Neves?= Date: Fri, 19 Jun 2026 20:04:39 +0000 Subject: [PATCH] fix(index.html): correct invalid og:type meta tag The og:type meta tag was set to 'text', which is not a valid Open Graph type. Changed to 'website' which is the correct type for a web application. This ensures proper metadata parsing by social media platforms when the page is shared. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 25a9a08..8bf5637 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ - +