MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / MetaFields

Interface MetaFields

docs/app/utils/seo.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import PackageLogo from "/rrd-mascott.png"
4
5interface MetaFields {
6 domain: string
7 title: string
8 description: string
9 path: string
10 additionalData?: MetaDescriptor[]
11}
12
13export function generateMetaFields({ domain, title, description, path, additionalData }: MetaFields) {
14 const fullUrl = `${domain}${path}`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…