[Feature] Add PWA support (#157)
* Add icons, manifest * Add workbox config
This commit is contained in:
5
workbox-config.js
Normal file
5
workbox-config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
globDirectory: 'public/',
|
||||
globPatterns: ['**/*.{png,ico}'],
|
||||
swDest: 'public/sw.js',
|
||||
};
|
||||
Reference in New Issue
Block a user