Skip to content

Commit

Permalink
fix: assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
tblivet committed Dec 4, 2024
1 parent 0c8863e commit af8d024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Twig/AssetsEnvironment.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ private function getShopUrlFromRequest(Request $request): string

$path = array_splice($path, 0, -$numberOfSubDirs);

return $request->getSchemeAndHttpHost() . implode('/', $path);
return implode('/', $path);
}
}

0 comments on commit af8d024

Please sign in to comment.