quik access
This commit is contained in:
+2
-1
@@ -33,9 +33,10 @@ export default defineConfig({
|
||||
],
|
||||
},
|
||||
workbox: {
|
||||
maximumFileSizeToCacheInBytes: 4 * 1024 * 1024, // افزایش به 4MB
|
||||
runtimeCaching: [
|
||||
{
|
||||
urlPattern: /^https:\/\/console\.danakcorp\.com\//,
|
||||
urlPattern: /^https:\/\/admin-panel\.danakcorp\.com\//,
|
||||
handler: "NetworkFirst",
|
||||
options: {
|
||||
cacheName: "api-cache",
|
||||
|
||||
Reference in New Issue
Block a user