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;

関連記事