From 2586ddf940b548e75cdca7579f588d169f0e3464 Mon Sep 17 00:00:00 2001 From: mauricius Date: Mon, 2 Nov 2020 18:25:19 +0100 Subject: [PATCH] Fix mix function to return relative urls --- helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers.php b/helpers.php index b5530a7..9042b4f 100644 --- a/helpers.php +++ b/helpers.php @@ -69,6 +69,6 @@ function mix($path, $manifestDirectory = '') return $path; } - return $config->urls->httpRoot . $manifestDirectory.$manifest[$path]; + return $manifestDirectory.$manifest[$path]; } } \ No newline at end of file