lsd/apps/lsd-website/next.config.js
2023-02-02 19:54:57 +03:30

7 lines
118 B
JavaScript

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