๐Ÿ“ฆ Significant-Gravitas / opensoft

๐Ÿ“„ next.config.js ยท 7 lines
1
2
3
4
5
6
7/** @type {import('next').NextConfig} */
const nextConfig = {
  reactStrictMode: true,
};

module.exports = nextConfig;