Const
For usage with cacheComponents: true, and defineLive:
cacheComponents: true
defineLive
// next.config.tsimport type {NextConfig} from 'next'import {sanity} from 'next-sanity/live/cache-life'const nextConfig: NextConfig = { cacheComponents: true, cacheLife: { default: sanity, }}export default nextConfig Copy
// next.config.tsimport type {NextConfig} from 'next'import {sanity} from 'next-sanity/live/cache-life'const nextConfig: NextConfig = { cacheComponents: true, cacheLife: { default: sanity, }}export default nextConfig
Readonly
For usage with
cacheComponents: true, anddefineLive: