exclude index.html from sw cache list

This commit is contained in:
MaysWind
2021-06-03 00:47:47 +08:00
parent df9dfb0368
commit 157bd7ca91
+1
View File
@@ -121,6 +121,7 @@ module.exports = {
]
},
exclude: [
/^index\.html$/,
/^mobile\.html$/,
/^desktop\.html$/,
/^robots\.txt$/,