mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-01-25 02:08:03 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
const withPreact = require('next-plugin-preact');
|
|
|
|
module.exports = withPreact({
|
|
trailingSlash: true,
|
|
});
|