Files
tm-landing/next.config.ts
T
AmirReza Jamali 27efcf7137 init
2025-10-14 12:24:15 +03:30

8 lines
133 B
TypeScript

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