Save workspace changes

This commit is contained in:
2026-04-18 17:02:56 +02:00
parent f02ea9a711
commit 87d60af5a9
4220 changed files with 1388603 additions and 1554 deletions

View File

@@ -0,0 +1,15 @@
<?php
return [
'site_name' => env('SEO_SITE_NAME', 'Skinbase'),
'default_title' => env('SEO_DEFAULT_TITLE', 'Skinbase'),
'title_separator' => env('SEO_TITLE_SEPARATOR', ' — '),
'default_description' => env(
'SEO_DEFAULT_DESCRIPTION',
'Discover digital art, wallpapers, skins, photography, and creator collections from the Skinbase community.'
),
'default_robots' => env('SEO_DEFAULT_ROBOTS', 'index,follow'),
'keywords_enabled' => (bool) env('SEO_META_KEYWORDS', true),
'twitter_card' => env('SEO_TWITTER_CARD', 'summary_large_image'),
'fallback_image_path' => env('SEO_FALLBACK_IMAGE_PATH', '/gfx/skinbase_back_001.webp'),
];