Files
New-folder/next.config.ts
Şahan Hasret 174f49f921 Push
2025-12-14 00:11:56 +03:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;