aboutsummaryrefslogtreecommitdiff
path: root/build/workbox.config.json
blob: 1c82e3d12eefb6f613662648a462621565e2e283 (plain)
1
2
3
4
5
6
7
8
{
  "globDirectory": "./",
  "globPatterns": [
    "_gh_pages/**/*.{html,css,js,json,png,jpg}"
  ],
  "swSrc": "./sw.js",
  "swDest": "./_gh_pages/sw.js"
}