S SmartDocs
Serie: Ricky javascript 6 righe · Aggiornato 2026-04-18

next.config.js

Ricky/cat_project/frontend/next.config.js

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

module.exports = nextConfig;

Articoli correlati