cs-2022-class-profile/next.config.js

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2022-06-03 01:31:07 -04:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig