Update (og)

This commit is contained in:
2023-11-22 18:13:45 +08:00
parent 7fc91a4b8a
commit 550dbeddbd
2 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
return [ return [
'fb_app_id' => '1259730771382460', 'fb_app_id' => '2421457174712771',
'meta' => [ 'meta' => [
/* /*
@@ -41,10 +41,10 @@
'defaults' => [ 'defaults' => [
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove 'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove 'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => false, // Set null for using Url::current(), set false to total remove 'url' => null, // Set null for using Url::current(), set false to total remove
'type' => false, 'type' => 'website',
'site_name' => false, 'site_name' => 'FutureWalker',
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'], 'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'],
], ],
], ],
'twitter' => [ 'twitter' => [
@@ -63,9 +63,9 @@
'defaults' => [ 'defaults' => [
'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove 'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove
'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove 'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove
'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove 'url' => 'current', // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
'type' => 'WebPage', 'type' => 'WebPage',
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'], 'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'],
], ],
], ],
]; ];

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 KiB