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.
1 parent 0d10412 commit 47af88cCopy full SHA for 47af88c
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