--- // TODO: sync with client router import About from '../layouts/about.astro' import { FourOuFourView } from '../components/Views/FourOuFour' Astro.response.headers.set('Cache-Control', 's-maxage=1, stale-while-revalidate') ---