Skip to content

Commit

Permalink
Merge pull request #49 from pattonfilson/cr-uri-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Feb 12, 2022
2 parents 0d10412 + 47af88c commit 3c7c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static function config(): AssetsConfig
self::$config = config(AssetsConfig::class);

// Standardize formats
self::$config->uri = rtrim(self::$config->uri, '/\\') . DIRECTORY_SEPARATOR;
self::$config->uri = rtrim(self::$config->uri, '/\\') . '/';
self::$config->directory = rtrim(self::$config->directory, '/\\') . DIRECTORY_SEPARATOR;
self::$config->vendor = rtrim(self::$config->vendor, '/\\') . DIRECTORY_SEPARATOR;
}
Expand Down

0 comments on commit 3c7c015

Please sign in to comment.