Skip to content

Commit 19ef8c2

Browse files
committed
update api-route.ts
1 parent 3575dd2 commit 19ef8c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/layout/api-route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ function addLinkTargetsToProperties(
339339
sections: { errors: boolean; warnings: boolean },
340340
): void {
341341
const linkableProperties: Record<string, string | undefined> = {
342-
errors: sections.errors ? './#errors-1' : undefined,
343-
warnings: sections.warnings ? './#warnings-1' : undefined,
342+
errors: sections.errors ? './#errors' : undefined,
343+
warnings: sections.warnings ? './#warnings' : undefined,
344344
}
345345

346346
for (const prop of properties) {

0 commit comments

Comments
 (0)