diff --git a/apps/cms/scaffold/settings.php.append.txt b/apps/cms/scaffold/settings.php.append.txt index 0a17f5b2d..f22a16c1b 100644 --- a/apps/cms/scaffold/settings.php.append.txt +++ b/apps/cms/scaffold/settings.php.append.txt @@ -7,7 +7,7 @@ $publisherUrl = getenv('PUBLISHER_URL') ?: 'http://localhost:8000'; $netlifyUrl = getenv('NETLIFY_URL') ?: 'http://localhost:8000'; $config['silverback_external_preview.settings'] = [ - 'preview_host' => $publisherUrl, + 'preview_host' => $netlifyUrl, 'live_host' => $netlifyUrl, ];