Files
my-app/next.config.ts
T
2026-06-30 10:16:41 +00:00

8 lines
133 B
TypeScript

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