Files
techsolvetravel/next.config.ts
2026-04-15 10:29:18 -04:00

10 lines
146 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
remotePatterns: [],
},
};
export default nextConfig;