ci: add some configs

This commit is contained in:
Riccardo
2024-06-21 00:28:14 +02:00
parent 7e00093af1
commit fcbec72816
4 changed files with 60 additions and 3 deletions

View File

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