Files
logika_fuzzy_pada_kematanga…/frontend/next.config.js
2022-04-03 02:36:18 +08:00

7 lines
118 B
JavaScript

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