Files
vercel_dashboard_example/next.config.ts
T
2026-05-12 17:35:38 +03:00

8 lines
133 B
TypeScript

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