(entry: SectionPageEntry)
| 122 | `${getSectionPageTitle(entry)} | ${siteConfig.name}`; |
| 123 | |
| 124 | export const getSectionMetaDescription = (entry: SectionPageEntry) => |
| 125 | truncateAtWord( |
| 126 | `Descubre ${entry.section.books.length} libros gratis de ${entry.displayName} en español. Recursos seleccionados en PDF y HTML para aprender con guías prácticas y gratuitas.`, |
| 127 | ); |
| 128 | |
| 129 | export const toAbsoluteUrl = (href: string) => new URL(href, siteConfig.url).toString(); |
| 130 |
no test coverage detected