MCPcopy Create free account
hub / github.com/fontsource/fontsource / headers

Function headers

website/app/root.tsx:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98};
99
100export const headers: HeadersFunction = () => ({
101 'Cache-Control': 'public, s-maxage=60',
102});
103
104export const links: LinksFunction = () => [
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected