Initial commit
This commit is contained in:
16
kirby-baukasten-main/site/config/seo.php
Normal file
16
kirby-baukasten-main/site/config/seo.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'robots' => [
|
||||
'pageSettings' => false
|
||||
],
|
||||
'canonicalBase' => env("APP_URL"),
|
||||
'files' => [
|
||||
'parent' => 'site.find("page://images")',
|
||||
'template' => 'image'
|
||||
],
|
||||
'socialMedia' => [
|
||||
'twitter' => false,
|
||||
'youtube' => false
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user