next.js / test /development /app-dir /cache-components-tasks /fixtures /without-prefetch-config /next.config.ts
| import type { NextConfig } from 'next' | |
| const nextConfig: NextConfig = { | |
| cacheComponents: true, | |
| } | |
| export default nextConfig | |
| import type { NextConfig } from 'next' | |
| const nextConfig: NextConfig = { | |
| cacheComponents: true, | |
| } | |
| export default nextConfig | |