rsnext/examples/cms-makeswift/next.config.js

9 lines
200 B
JavaScript
Raw Normal View History

const withMakeswift = require('@makeswift/runtime/next/plugin')()
2022-06-29 20:25:51 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = withMakeswift(nextConfig)