Update (og)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'fb_app_id' => '1259730771382460',
|
||||
'fb_app_id' => '2421457174712771',
|
||||
|
||||
'meta' => [
|
||||
/*
|
||||
@@ -41,10 +41,10 @@
|
||||
'defaults' => [
|
||||
'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
|
||||
'url' => false, // Set null for using Url::current(), set false to total remove
|
||||
'type' => false,
|
||||
'site_name' => false,
|
||||
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'],
|
||||
'url' => null, // Set null for using Url::current(), set false to total remove
|
||||
'type' => 'website',
|
||||
'site_name' => 'FutureWalker',
|
||||
'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'],
|
||||
],
|
||||
],
|
||||
'twitter' => [
|
||||
@@ -63,9 +63,9 @@
|
||||
'defaults' => [
|
||||
'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
|
||||
'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',
|
||||
//'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'],
|
||||
'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user