moved configurations page

This commit is contained in:
Shahed Nasser
2025-03-11 10:59:29 +02:00
parent 5a5da0d6a1
commit ac989a6ed1
30 changed files with 11817 additions and 9814 deletions
@@ -196,7 +196,9 @@ function checkLink({
const projectOptions = options.crossProjects[parsedLink.area]
const isReferenceLink = parsedLink.path.startsWith("/references")
const isReferenceLink =
parsedLink.path.startsWith("/references") &&
parsedLink.path !== "/references-overview"
const baseDir = isReferenceLink
? "references"
: projectOptions.contentPath || "app"