Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -19,6 +19,11 @@ return [
'path' => trim((string) env('SITEMAPS_PREGENERATED_PATH', 'generated-sitemaps'), '/'),
],
'static_publish' => [
'enabled' => (bool) env('SITEMAPS_STATIC_PUBLISH_ENABLED', true),
'disk' => env('SITEMAPS_STATIC_PUBLISH_DISK', 'sitemaps_public'),
],
'releases' => [
'disk' => env('SITEMAPS_RELEASES_DISK', 'local'),
'path' => trim((string) env('SITEMAPS_RELEASES_PATH', 'sitemaps'), '/'),