tia/next.config.ts
2026-05-10 03:33:32 +05:30

7 lines
133 B
TypeScript

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