auth.andert.me/example/google-auth/next.config.js
2023-07-21 09:24:32 +02:00

7 lines
118 B
JavaScript

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