| 3 | import PackageLogo from "/rrd-mascott.png" |
| 4 | |
| 5 | interface MetaFields { |
| 6 | domain: string |
| 7 | title: string |
| 8 | description: string |
| 9 | path: string |
| 10 | additionalData?: MetaDescriptor[] |
| 11 | } |
| 12 | |
| 13 | export function generateMetaFields({ domain, title, description, path, additionalData }: MetaFields) { |
| 14 | const fullUrl = `${domain}${path}` |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…