mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
3767dfae1f
Stopgap until we make this a proper part of the CI matrix
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import type { NextConfig } from 'next'
|
|
|
|
const nextConfig: NextConfig = {
|
|
cacheComponents: true,
|
|
}
|
|
|
|
export default nextConfig
|