refactor: move service-worker out of utils

This commit is contained in:
Ayo Ayco 2024-08-03 09:30:16 +02:00
parent 2291ecda6a
commit 07ee133ec7
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ export default defineConfig({
}), }),
integrations: [ integrations: [
serviceWorker({ serviceWorker({
path: "./src/utils/sw.js", path: "./src/sw.js",
assetCachePrefix: 'cozy-reader', assetCachePrefix: 'cozy-reader',
}) })
] ]