fixing 'open in fredy' link

This commit is contained in:
orangecoding
2026-06-03 08:12:30 +02:00
parent bbebc2a1a2
commit 9296bcdc86
10 changed files with 14 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ const buildBlocks = (serviceName, jobKey, p, baseUrl) => {
if (baseUrl && p.id) {
blocks.push({
type: 'section',
text: { type: 'mrkdwn', text: `<${baseUrl}/listings/listing/${p.id}|Open in Fredy>` },
text: { type: 'mrkdwn', text: `<${baseUrl}/#/listings/listing/${p.id}|Open in Fredy>` },
});
}