diff --git a/web-stories.php b/web-stories.php index 6aa09491d452..bad9db5cf23a 100644 --- a/web-stories.php +++ b/web-stories.php @@ -48,7 +48,7 @@ define( 'WEBSTORIES_PLUGIN_DIR_URL', plugin_dir_url( WEBSTORIES_PLUGIN_FILE ) ); define( 'WEBSTORIES_MINIMUM_PHP_VERSION', '7.4' ); define( 'WEBSTORIES_MINIMUM_WP_VERSION', '6.0' ); -define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' ); +define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/19' ); if ( ! defined( 'WEBSTORIES_DEV_MODE' ) ) { define( 'WEBSTORIES_DEV_MODE', false );