Files
next-web/next.config.ts
T
2025-06-25 16:45:58 -04:00

8 lines
133 B
TypeScript

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