rsnext/examples/using-preact/next.config.js

6 lines
127 B
JavaScript
Raw Normal View History

const withPreact = require('next-plugin-preact')
module.exports = withPreact({
/* regular next.js config options here */
})