fix(date): correction on date utils
This commit is contained in:
@@ -224,7 +224,7 @@ module.exports = defineConfig(({ command, mode }) => {
|
||||
},
|
||||
{
|
||||
urlPattern: /^https?:\/\/.*\/uploads\/.*/i,
|
||||
handler: 'CacheFirst',
|
||||
handler: 'StaleWhileRevalidate',
|
||||
options: {
|
||||
cacheName: 'uploads-cache',
|
||||
expiration: {
|
||||
|
||||
Reference in New Issue
Block a user