Files
New-folder/my-app/next.config.ts
Şahan Hasret 448cc1cc17 master
2025-12-14 00:10:33 +03:00

8 lines
133 B
TypeScript

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