Files
sitemente/next.config.ts
T
Haitham Khalifa 11252e6520 Initial commit
2026-02-16 12:02:45 +01:00

8 lines
130 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
reactStrictMode: true,
};
export default nextConfig;