(path)
| 5 | // **user-facing** aspects of the site (particularly URLs) while continuing to support |
| 6 | // free-pro-team@latest as a version both in the codebase and in content/data files. |
| 7 | export default function removeFPTFromPath(path) { |
| 8 | return slash(path.replace(`/${nonEnterpriseDefaultVersion}`, '')) |
| 9 | } |
no outgoing calls
no test coverage detected