We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d10412 + 47af88c commit 3c7c015Copy full SHA for 3c7c015
src/Asset.php
@@ -54,7 +54,7 @@ public static function config(): AssetsConfig
54
self::$config = config(AssetsConfig::class);
55
56
// Standardize formats
57
- self::$config->uri = rtrim(self::$config->uri, '/\\') . DIRECTORY_SEPARATOR;
+ self::$config->uri = rtrim(self::$config->uri, '/\\') . '/';
58
self::$config->directory = rtrim(self::$config->directory, '/\\') . DIRECTORY_SEPARATOR;
59
self::$config->vendor = rtrim(self::$config->vendor, '/\\') . DIRECTORY_SEPARATOR;
60
}
0 commit comments