🔍 improve og image (#84)

This commit is contained in:
DrMaxNix 2024-04-14 18:43:05 +02:00
parent 392f46e951
commit 90d49b2e5b
2 changed files with 1 additions and 1 deletions

BIN
asset/banner-bg-1920.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

View File

@ -61,7 +61,7 @@
Page::$head["og_title"] = '<meta property="og:title" content="' . $dict->get("title") . '" />';
Page::$head["og_description"] = '<meta property="og:description" content="' . $dict->get("description") . '" />';
Page::$head["og_type"] = '<meta property="og:type" content="website" />';
Page::$head["og_image"] = '<meta property="og:image" content="' . File::file("./asset/logo-bg-2048.png") . '" />';
Page::$head["og_image"] = '<meta property="og:image" content="' . File::file("./asset/banner-bg-1920.png") . '" />';
Page::$head["og_url"] = '<meta property="og:url" content="' . Url::full() . '" />';
Page::$head["analytics"] = '<script defer data-domain="sbgg.jetzt" src="https://analytics.tjdev.de/js/script.js"></script>';