The {{cdn_url}} Keyword

Seme Framework support {{cdn_url}} keyword for replacing the keyword with $cdn_url value in Seme Framework Configuration.

The Configuration

The CDN URL purpose is to create base url for CDN usage. Here is example codes on development.php file.

...
$cdn_url = 'https://cdn.cenah.co.id/';
...

How It Works

This {{cdn_url}} keyword only processed on theme.json and script.json files.

Fallback

If the value from configuration is empty, the $base_url value from Seme Framework configuration will be used as default value.

...
$site = 'http://localhost/seme_framework/';
...