This commit is contained in:
ct
2025-07-15 07:35:35 +08:00
parent 1cb695ff5c
commit 1c97076df6
2 changed files with 7 additions and 9 deletions

View File

@@ -3,8 +3,6 @@
/**
* @see https://github.com/artesaos/seotools
*/
$title = 'MEMEFAST: Make meme in seconds';
$description = 'Simple & fast meme video editor';
@@ -57,13 +55,13 @@
* The default values to be used by the twitter cards generator.
*/
'defaults' => [
'card' => 'summary',
'site' => '@memefast',
'title' => $title,
'card' => 'summary',
'site' => '@memefast',
'title' => $title,
'description' => $description,
'image' => 'memefast-og.jpg',
//'creator' => '@memefast',
//'url' => , // Set null for using Url::current(), set false to total remove
'image' => 'memefast-og.jpg',
// 'creator' => '@memefast',
// 'url' => , // Set null for using Url::current(), set false to total remove
],
],
'json-ld' => [

File diff suppressed because one or more lines are too long