Files
englishPk/next.config.ts
T
2026-06-29 23:56:38 +08:00

8 lines
130 B
TypeScript

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