Skip to content

Commit

Permalink
Fix mix function to return relative urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricius committed Nov 2, 2020
1 parent 11ee5d0 commit 2586ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ function mix($path, $manifestDirectory = '')
return $path;
}

return $config->urls->httpRoot . $manifestDirectory.$manifest[$path];
return $manifestDirectory.$manifest[$path];
}
}

0 comments on commit 2586ddf

Please sign in to comment.