next.js/examples/cms-makeswift/next.config.js
next.config.js9 lines203 B
const withMakeswift = require("@makeswift/runtime/next/plugin")();

/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
};

module.exports = withMakeswift(nextConfig);
Quest for Codev2.0.0
/
SIGN IN