Spaces:
Running
Running
File size: 90 Bytes
606df3b |
1 2 3 4 5 |
/** @type {import('next').NextConfig} */
module.exports = {
reactStrictMode: true
}
|