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

Function meta

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

Source from the content-addressed store, hash-verified

94import { ogMeta } from '@/utils/meta';
95
96export const meta: MetaFunction = () => {
97 return ogMeta({});
98};
99
100export const headers: HeadersFunction = () => ({
101 'Cache-Control': 'public, s-maxage=60',

Callers

nothing calls this directly

Calls 1

ogMetaFunction · 0.90

Tested by

no test coverage detected