Files
pitchfast/next.config.ts
2026-06-05 14:14:07 +02:00

8 lines
130 B
TypeScript

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