Files
image-caption-api/next.config.js
2023-10-10 20:37:03 -03:00

7 lines
120 B
JavaScript

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