next.js/examples/with-graphql-gateway/next.config.js
next.config.js7 lines120 B
/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
};

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