Update
This commit is contained in:
@@ -3,8 +3,6 @@
|
|||||||
/**
|
/**
|
||||||
* @see https://github.com/artesaos/seotools
|
* @see https://github.com/artesaos/seotools
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
$title = 'MEMEFAST: Make meme in seconds';
|
$title = 'MEMEFAST: Make meme in seconds';
|
||||||
$description = 'Simple & fast meme video editor';
|
$description = 'Simple & fast meme video editor';
|
||||||
|
|
||||||
@@ -57,13 +55,13 @@
|
|||||||
* The default values to be used by the twitter cards generator.
|
* The default values to be used by the twitter cards generator.
|
||||||
*/
|
*/
|
||||||
'defaults' => [
|
'defaults' => [
|
||||||
'card' => 'summary',
|
'card' => 'summary',
|
||||||
'site' => '@memefast',
|
'site' => '@memefast',
|
||||||
'title' => $title,
|
'title' => $title,
|
||||||
'description' => $description,
|
'description' => $description,
|
||||||
'image' => 'memefast-og.jpg',
|
'image' => 'memefast-og.jpg',
|
||||||
//'creator' => '@memefast',
|
// 'creator' => '@memefast',
|
||||||
//'url' => , // Set null for using Url::current(), set false to total remove
|
// 'url' => , // Set null for using Url::current(), set false to total remove
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'json-ld' => [
|
'json-ld' => [
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user