diff --git a/config/storyblok.php b/config/storyblok.php index 7387650..2e50d7d 100644 --- a/config/storyblok.php +++ b/config/storyblok.php @@ -12,7 +12,7 @@ | in the editor or when debug mode is enabled. | */ - 'api_preview_key' => env('STORYBLOK_PREVIEW_API_KEY'), + 'api_preview_key' => env('STORYBLOK_PREVIEW_API_KEY', ''), /* |-------------------------------------------------------------------------- @@ -23,7 +23,7 @@ | This key is used when your website is live and debug is off. | */ - 'api_public_key' => env('STORYBLOK_PUBLIC_API_KEY'), + 'api_public_key' => env('STORYBLOK_PUBLIC_API_KEY', ''), /* |--------------------------------------------------------------------------