diff --git a/lib/content/path.js b/lib/content/path.js index eb45eb6..2f3ee6a 100644 --- a/lib/content/path.js +++ b/lib/content/path.js @@ -16,6 +16,6 @@ function contentPath (cache, address, hashAlgorithm) { `content-v${contentVer}`, hashAlgorithm, address.slice(0, 2), - address + address.slice(2) ) }