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 ee2cb2f commit 5e0748eCopy full SHA for 5e0748e
lib/resource-mapper.js
@@ -74,7 +74,7 @@ class ResourceMapper {
74
if (
75
contentType &&
76
!(contentType.includes('text/html') || contentType.includes('*/*')) &&
77
- match === 'index.html'
+ match === this._indexFilename
78
) {
79
match = ''
80
}
0 commit comments