Add (minifier)
Add (seotools): facebook app id
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
|
||||
'fb_app_id' => '1259730771382460',
|
||||
|
||||
'meta' => [
|
||||
/*
|
||||
* The default configurations to be used by the meta generator.
|
||||
@@ -41,7 +45,7 @@
|
||||
'url' => false, // Set null for using Url::current(), set false to total remove
|
||||
'type' => false,
|
||||
'site_name' => false,
|
||||
'images' => [],
|
||||
'images' => ['https://echoscoop.com/pwa/icon-512x512.png'],
|
||||
],
|
||||
],
|
||||
'twitter' => [
|
||||
@@ -62,7 +66,7 @@
|
||||
'description' => 'Distilling world news into bite-sized scoops.', // 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
|
||||
'type' => 'WebPage',
|
||||
'images' => [],
|
||||
'images' => ['https://echoscoop.com/pwa/icon-512x512.png'],
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user