Files
archived-next-auth/apps/examples/nextjs/next.config.js
Nirmalya Ghosh ce85444760 chore: Move next.config.js file into the correct directory (#7580)
fix: moves next config file into the correct directory
2023-06-01 14:49:45 +02:00

5 lines
87 B
JavaScript

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