(entry: SectionPageEntry)
| 116 | new URL(getSectionPagePath(entry), siteConfig.url).toString(); |
| 117 | |
| 118 | export const getSectionPageTitle = (entry: SectionPageEntry) => |
| 119 | `Libros gratis de ${entry.displayName} en español`; |
| 120 | |
| 121 | export const getSectionMetaTitle = (entry: SectionPageEntry) => |
| 122 | `${getSectionPageTitle(entry)} | ${siteConfig.name}`; |
no outgoing calls
no test coverage detected