diff --git a/web-stories.php b/web-stories.php index 0ece07be95a0..3676fc097182 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.5' ); -define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/main' ); +define( 'WEBSTORIES_CDN_URL', 'https://wp.stories.google/static/21' ); if ( ! defined( 'WEBSTORIES_DEV_MODE' ) ) { define( 'WEBSTORIES_DEV_MODE', false );