Maximale größe angepasst
This commit is contained in:
parent
7f1e01e388
commit
c50fea1091
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
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user