chore: leave comment for future

This commit is contained in:
2024-09-10 20:15:58 +00:00
parent 508306218d
commit 437701ffac

View File

@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
// reactStrictMode: false,
};
export default nextConfig;