feat(rss): add the #dev hashtag by default

This commit is contained in:
Oliver Davies 2023-08-05 10:03:47 +01:00
parent 2230a4048b
commit 61ef68f214

View file

@ -55,7 +55,7 @@ export async function get() {
title: `${email.data.title.trim()}`,
customData: `
<tags>
${email.data.tags.map(tag => `#${convertTag(tag)}`).join(' ')}
#dev ${email.data.tags.map(tag => `#${convertTag(tag)}`).join(' ')}
</tags>`,
}))
});