juntekim.com/juntekim_frontend/next.config.ts
2025-12-06 12:38:49 +00:00

7 lines
133 B
TypeScript

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