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 fe0e456 commit 19843acCopy full SHA for 19843ac
lib/resource-mapper.js
@@ -56,6 +56,7 @@ class ResourceMapper {
56
// If the extension is not correct for the content type, append the correct extension
57
if (this._getContentTypeByExtension(path) !== contentType) {
58
// Append a '$', unless we map for the index
59
+ // Because the index must _always_ have a proper extension when it is being created
60
if (!isIndex) {
61
path += '$'
62
}
0 commit comments