Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
import { ogMeta } from
'@/utils/meta'
;
95
96
export const meta: MetaFunction = () => {
97
return ogMeta({});
98
};
99
100
export const headers: HeadersFunction = () => ({
101
'Cache-Control'
:
'public, s-maxage=60'
,
Callers
nothing calls this directly
Calls
1
ogMeta
Function · 0.90
Tested by
no test coverage detected