S SmartDocs
시리즈: Ricky javascript 6 줄 · 업데이트 2026-04-18

next.config.js

Ricky/cat_project/frontend/next.config.js

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

module.exports = nextConfig;

관련 글