Maximale größe angepasst
This commit is contained in:
Binary file not shown.
@@ -28,7 +28,7 @@ function myHandler(request, values, options) {
|
||||
module.exports = {
|
||||
staticFileGlobs: [
|
||||
"!(version)/**/*.!(php)",
|
||||
"!(version)/*.!(php)",
|
||||
// "!(version)/*.!(php)",
|
||||
"*.!(php|htaccess)",
|
||||
"/",
|
||||
],
|
||||
@@ -61,5 +61,5 @@ module.exports = {
|
||||
handler: myHandler
|
||||
// handler: "networkFirst"
|
||||
}],
|
||||
maximumFileSizeToCacheInBytes: 4194304
|
||||
maximumFileSizeToCacheInBytes: 14194304
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user