Files
pawol.nu/next.config.js
T

6 lines
109 B
JavaScript
Raw Normal View History

2020-12-23 00:07:21 +01:00
const withOffline = require('next-offline')
const nextConfig = {}
module.exports = withOffline(nextConfig)