feat: remove threads as customRoute to cache
This commit is contained in:
parent
184be9c8c0
commit
10a0b7599a
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ export default defineConfig({
|
|||
sitemap(),
|
||||
serviceWorker({
|
||||
path: './src/sw.js',
|
||||
assetCachePrefix: 'ayco-personal-site',
|
||||
customRoutes: ['/threads']
|
||||
assetCachePrefix: 'ayco-personal-site'
|
||||
})
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue