Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths.
# See https://help.github.com/articles/about-code-owners/

* @Kentico/developer-experience
* @winklertomas @Kentico/developer-experience
2 changes: 0 additions & 2 deletions src/utils/getUrlFromMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ export function getUrlFromMappingByCodename(mappings, codename) {
}

export function getUrlFromMappingByPathName(mappings, pathname) {
debugger;

let unifiedPath = pathname;

if (pathname.startsWith(process.env.PUBLIC_URL)) {
Expand Down