Files
DownLink/frontend-v2/next.config.ts
Arkaprabha Chakraborty 5f4ead267d feat: new frontend
2025-07-09 23:35:01 +05:30

8 lines
133 B
TypeScript

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