fixed publishLocation

This commit is contained in:
2022-04-12 17:07:21 +02:00
parent ef8d571ac5
commit fd613e5a7d
3 changed files with 8 additions and 11 deletions

View File

@@ -11,7 +11,6 @@
$location = {
path: l[0],
search: l.length > 1 ? l[1] : "",
categoryPath: l[0].replace(/\/\d{4,99}[^\/]+$/, ""),
push: false,
pop: false,
}