diff --git a/vendor/open-function-computers-llc/rad-theme-engine/src/RadThemeEngine.php b/vendor/open-function-computers-llc/rad-theme-engine/src/RadThemeEngine.php index 8797467..ade5156 100644 --- a/vendor/open-function-computers-llc/rad-theme-engine/src/RadThemeEngine.php +++ b/vendor/open-function-computers-llc/rad-theme-engine/src/RadThemeEngine.php @@ -88,7 +88,7 @@ class RadThemeEngine public static function assetURL() { return function ($template, $context, $args, $source) { - return $args; + return site()->getAssetURL($args); }; }