Refine SEO, uploads, and deploy handling
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Ranking system configuration — Skinbase Nova rank_v1
|
||||
* Ranking system configuration — Skinbase rank_v1
|
||||
*
|
||||
* All weights, half-lives, and thresholds are tunable here.
|
||||
* Increment model_version when changing weights so caches expire gracefully.
|
||||
|
||||
@@ -75,7 +75,7 @@ return [
|
||||
'news' => [
|
||||
'google_variant_enabled' => (bool) env('SITEMAPS_NEWS_GOOGLE_VARIANT', true),
|
||||
'google_variant_name' => 'news-google',
|
||||
'google_publication_name' => env('SITEMAPS_NEWS_GOOGLE_PUBLICATION', env('APP_NAME', 'Skinbase Nova')),
|
||||
'google_publication_name' => env('SITEMAPS_NEWS_GOOGLE_PUBLICATION', env('APP_NAME', 'Skinbase')),
|
||||
'google_language' => env('SITEMAPS_NEWS_GOOGLE_LANGUAGE', env('APP_LOCALE', 'en')),
|
||||
'google_lookback_hours' => (int) env('SITEMAPS_NEWS_GOOGLE_LOOKBACK_HOURS', 48),
|
||||
'google_max_items' => (int) env('SITEMAPS_NEWS_GOOGLE_MAX_ITEMS', 1000),
|
||||
|
||||
Reference in New Issue
Block a user