china-ai-policy-research / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
Initial commit from Create Next App
5e26aa6
raw
history blame
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
};
export default nextConfig;