Skip to content

Commit

Permalink
Fixed font path
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Nov 15, 2024
1 parent db12b1d commit fa21618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Engine/Media/Fonts/Frontend/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Controller {
*/
public function __construct( Context $context, Fonts $font ) {
$this->context = $context;
$this->base_url = rocket_get_constant( 'WP_ROCKET_CACHE_ROOT_URL', '' ) . 'fonts/' . get_current_blog_id() . '/';
$this->base_url = rocket_get_constant( 'WP_ROCKET_CACHE_URL', '' ) . 'fonts/' . get_current_blog_id() . '/';
$this->font = $font;
}

Expand Down

0 comments on commit fa21618

Please sign in to comment.