mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-18 20:37:44 +00:00
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
const withPreact = require('next-plugin-preact');
|
|
|
|
module.exports = withPreact({
|
|
trailingSlash: true,
|
|
});
|