yan14171 / homepage

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

Create workbox-config.js with the following content: #30

Open yan14171 opened 3 years ago

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