First commit

This commit is contained in:
2023-11-08 16:47:43 -07:00
commit f6ffb10c07
106 changed files with 19802 additions and 0 deletions

8
workbox-config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
globDirectory: 'www/',
globPatterns: ['**/*.{woff,woff2,js,css,png,jpg,svg,html}'],
/* pass array of globs to exclude from caching */
globIgnores: [],
ignoreURLParametersMatching: [/^utm_/, /^fbclid$/],
swDest: 'www/service-worker.js',
};