mirror of https://github.com/sgoudham/carbon.git
Add offline support (#699)
* add offline support * update manifest to use desktop icon * simplify next-offline config * don't enable cache control on service workersmain
parent
270cb0f5cd
commit
117b4f021a
@ -1,2 +1,3 @@
|
|||||||
// const { PHASE_DEVELOPMENT_SERVER } = require('next/constants')
|
const withOffline = require('next-offline')
|
||||||
// const withOffline = require('next-offline')
|
|
||||||
|
module.exports = withOffline()
|
||||||
|
Loading…
Reference in New Issue