Files: f20766fcd63c17fd9526329e92ea3e92f42b26ac / next.config.js
77 bytesRaw
1 | const withOffline = require('next-offline'); |
2 | |
3 | module.exports = withOffline(); |
Built with git-ssb-web
1 | const withOffline = require('next-offline'); |
2 | |
3 | module.exports = withOffline(); |
Built with git-ssb-web