Home
last modified time | relevance | path

Searched refs:cacheHeaders (Results 1 – 1 of 1) sorted by relevance

/expo/docs/
H A Dnext.config.js131 const cacheHeaders = [{ key: 'Cache-Control', value: 'public, max-age=31536000, immutable' }]; variable
132 return [{ source: '/_next/static/:static*', headers: cacheHeaders }];