Files: 5bb525da770fe1c598313238d544b389e0fabaaf / 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