Skip to content

Commit

Permalink
refactor: move service-worker out of utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoayco committed Aug 3, 2024
1 parent 2291ecd commit 07ee133
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
}),
integrations: [
serviceWorker({
path: "./src/utils/sw.js",
path: "./src/sw.js",
assetCachePrefix: 'cozy-reader',
})
]
Expand Down
File renamed without changes.

0 comments on commit 07ee133

Please sign in to comment.