Files: 9a9e87b1ac89ee650b8ce508a34b0bc139f4ee83 / next.config.js
80 bytesRaw
1 | const withPreact = require('@zeit/next-preact'); |
2 | |
3 | module.exports = withPreact(); |
Built with git-ssb-web
1 | const withPreact = require('@zeit/next-preact'); |
2 | |
3 | module.exports = withPreact(); |
Built with git-ssb-web