17 lines
253 B
PHP
17 lines
253 B
PHP
<?php
|
|
|
|
return [
|
|
'robots' => [
|
|
'pageSettings' => false
|
|
],
|
|
'canonicalBase' => env("APP_URL"),
|
|
'files' => [
|
|
'parent' => 'site.find("page://images")',
|
|
'template' => 'image'
|
|
],
|
|
'socialMedia' => [
|
|
'twitter' => false,
|
|
'youtube' => false
|
|
],
|
|
];
|