diff --git a/workbox-config.js b/workbox-config.js index c82498f1..126cbf12 100644 --- a/workbox-config.js +++ b/workbox-config.js @@ -1,6 +1,6 @@ module.exports = { - globDirectory: 'resources/cider-ui/', - swDest: 'resources/cider-ui/sw.js', + globDirectory: 'src/renderer/', + swDest: 'src/renderer/sw.js', // Define runtime caching rules. runtimeCaching: [{ // Match any request that ends with .png, .jpg, .jpeg or .svg. @@ -36,4 +36,4 @@ module.exports = { /^X-Amz-Credential/, /^X-Amz-Signature/, ] -}; \ No newline at end of file +};