(pathname = '/')
| 85 | } |
| 86 | |
| 87 | function siteUrl(pathname = '/') { |
| 88 | return new URL(pathname, SITE_URL).href; |
| 89 | } |
| 90 | |
| 91 | function categoryUrl(categoryId) { |
| 92 | return siteUrl(`/category/${encodeURIComponent(categoryId)}/`); |
no outgoing calls
no test coverage detected