Commit 1eb6e06e authored by Emiliano Balbuena's avatar Emiliano Balbuena

(chore): Ditch /en suffix in CDN

1 merge request!457WIP: Local infrastructure provisioner (engine)
Pipeline #115639493 passed with stages
in 8 minutes and 25 seconds
......@@ -143,7 +143,7 @@ $CONFIG->__site_secret__ = '{{site-secret}}';
// $CONFIG->cdn_url = 'http://{{domain}}/';
$CONFIG->site_url = 'http://{{domain}}/';
$CONFIG->cdn_url = 'http://{{domain}}/';
$CONFIG->cdn_assets_url = 'http://{{domain}}/en/';
$CONFIG->cdn_assets_url = 'http://{{domain}}/';
$CONFIG->zmq_server = 'localhost';
$CONFIG->checkout_url = 'http://{{checkout_domain}}/';
......
Please register or to comment