We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3575dd2 commit 19ef8c2Copy full SHA for 19ef8c2
1 file changed
src/lib/layout/api-route.ts
@@ -339,8 +339,8 @@ function addLinkTargetsToProperties(
339
sections: { errors: boolean; warnings: boolean },
340
): void {
341
const linkableProperties: Record<string, string | undefined> = {
342
- errors: sections.errors ? './#errors-1' : undefined,
343
- warnings: sections.warnings ? './#warnings-1' : undefined,
+ errors: sections.errors ? './#errors' : undefined,
+ warnings: sections.warnings ? './#warnings' : undefined,
344
}
345
346
for (const prop of properties) {
0 commit comments