vit-design-webapp / next.config.ts Blame
65beb53 samthecodingguy Jan 29, 2026
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
  /* config options here */
};
export default nextConfig;