mocksaml/next.config.js
2022-01-08 20:41:13 +05:30

5 lines
87 B
JavaScript

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