mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
export const nextConfig = {
|
|
reactStrictMode: false,
|
|
} |