S SmartDocs
Chuỗi bài: Ricky javascript 6 dòng · Cập nhật 2026-04-18

next.config.js

Ricky/cat_project/frontend/next.config.js

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

module.exports = nextConfig;

Bài viết liên quan