Files
frontend/next.config.js

8 lines
133 B
JavaScript
Raw Normal View History

2025-07-30 00:16:38 +08:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;