okOvOko / homepage

My very own personal website. Basically this is just a résumé.
https://okovoko.github.io/homepage/
MIT License
0 stars 1 forks source link

Create workbox-config.js #29

Closed okOvOko closed 5 years ago

okOvOko commented 5 years ago

Add the following code:

module.exports = {
  "globDirectory": "./",
  "globPatterns": [
    "**/*.{png,svg,ico,jpg,mp3,css,html}"
  ],
  "swDest": "sw.js"
};

More details about Workbox at https://developers.google.com/web/tools/workbox/