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 = {
|
module.exports = {
|
||||||
staticFileGlobs: [
|
staticFileGlobs: [
|
||||||
"!(version)/**/*.!(php)",
|
"!(version)/**/*.!(php)",
|
||||||
"!(version)/*.!(php)",
|
// "!(version)/*.!(php)",
|
||||||
"*.!(php|htaccess)",
|
"*.!(php|htaccess)",
|
||||||
"/",
|
"/",
|
||||||
],
|
],
|
||||||
@ -61,5 +61,5 @@ module.exports = {
|
|||||||
handler: myHandler
|
handler: myHandler
|
||||||
// handler: "networkFirst"
|
// handler: "networkFirst"
|
||||||
}],
|
}],
|
||||||
maximumFileSizeToCacheInBytes: 4194304
|
maximumFileSizeToCacheInBytes: 14194304
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user