mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const withOffline = require("next-offline");
|
|
|
|
const nextConfig = {};
|
|
|
|
module.exports = withOffline(nextConfig);
|