From 0f13a31030007aba7f5c88061509b2df3c070abb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20Ge=C4=8Das?= Date: Sat, 22 Feb 2025 19:54:40 +0200 Subject: [PATCH] Update page.tsx --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index c54ac7a..957d489 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,7 +7,7 @@ export const metadata = { // Dumb verification workaround for Mastodon icons: { other: [ - { rel: 'me', url: 'https://https://mastodon.gamedev.place/@paulekas' } + { rel: 'me', url: 'https://mastodon.gamedev.place/@paulekas' } ] } }