vertex-landing/next.config.ts
2025-04-18 21:27:45 +07:00

6 lines
104 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;