S SmartDocs
Série: Ricky javascript 6 lignes · Mis à jour 2026-04-18

next.config.js

Ricky/cat_project/frontend/next.config.js

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

module.exports = nextConfig;

Articles liés