Disable CDN for AMP
-
How do I disable the cdn settings on AMP pages?
I upgrade to v3.2.4 and i add following code into wp-config.php
if (function_exists( 'is_amp_endpoint' ) && is_amp_endpoint()) { define( 'LITESPEED_BYPASS_CDN', true ) ; }
and purge all cache But it does not work
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable CDN for AMP’ is closed to new replies.