chore: disable url preview (#3705)

This commit is contained in:
David Germain
2024-06-28 08:40:07 +02:00
committed by GitHub
parent 8e2432e8ed
commit 85a0a8548a

View File

@@ -95,7 +95,7 @@ export const notifyResearchUpdatePublished = functions
const response = await axios.post(DISCORD_WEBHOOK_URL, {
content:
`📝 New update from ${author} in their research: ${title}\n` +
`Learn about it here: ${SITE_URL}/research/${slug}`,
`Learn about it here: <${SITE_URL}/research/${slug}>`,
})
handleResponse(response)
} catch (error) {