Files
nextjs-vercel/next.config.ts
2026-06-28 15:13:45 -04:00

8 lines
133 B
TypeScript

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