my-fullstack-ai-platform/next.config.ts

8 lines
130 B
TypeScript
Raw Normal View History

2026-04-04 20:00:53 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
cacheComponents: true,
};
export default nextConfig;