Skip to content

Commit 3c7c015

Browse files
authored
Merge pull request #49 from pattonfilson/cr-uri-patch
2 parents 0d10412 + 47af88c commit 3c7c015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static function config(): AssetsConfig
5454
self::$config = config(AssetsConfig::class);
5555

5656
// Standardize formats
57-
self::$config->uri = rtrim(self::$config->uri, '/\\') . DIRECTORY_SEPARATOR;
57+
self::$config->uri = rtrim(self::$config->uri, '/\\') . '/';
5858
self::$config->directory = rtrim(self::$config->directory, '/\\') . DIRECTORY_SEPARATOR;
5959
self::$config->vendor = rtrim(self::$config->vendor, '/\\') . DIRECTORY_SEPARATOR;
6060
}

0 commit comments

Comments
 (0)