Add next.config.js
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
const withOffline = require('next-offline')
|
||||||
|
|
||||||
|
const nextConfig = {}
|
||||||
|
|
||||||
|
module.exports = withOffline(nextConfig)
|
||||||
Reference in New Issue
Block a user