Add slice-based permalinks config with PageMatcher target

Closes #14744
Clses #4641

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Bjørn Erik Pedersen
2026-04-15 23:38:25 +02:00
parent e3413d927f
commit 017a7cd63a
9 changed files with 526 additions and 161 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ func createTargetPathDescriptor(p *pageState) (page.TargetPathDescriptor, error)
}
}
opath, err := d.ResourceSpec.Permalinks.Expand(p.Section(), p)
opath, err := d.ResourceSpec.Permalinks.Expand(p)
if err != nil {
return desc, err
}