Skip to content

Commit

Permalink
Modify cache font path
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Nov 1, 2024
1 parent dc911c6 commit e74f03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-rocket.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
define( 'WP_ROCKET_CRITICAL_CSS_PATH', WP_ROCKET_CACHE_ROOT_PATH . 'critical-css/' );

define( 'WP_ROCKET_USED_CSS_PATH', WP_ROCKET_CACHE_ROOT_PATH . 'used-css/' );
define( 'WP_ROCKET_FONT_CSS_PATH', WP_ROCKET_CACHE_ROOT_PATH . 'fonts/' );
define( 'WP_ROCKET_FONT_CSS_PATH', WP_ROCKET_CACHE_PATH . 'fonts/' );

if ( ! defined( 'WP_ROCKET_CACHE_ROOT_URL' ) ) {
define( 'WP_ROCKET_CACHE_ROOT_URL', WP_CONTENT_URL . '/cache/' );
Expand Down

0 comments on commit e74f03d

Please sign in to comment.