Merge pull request #47 from pompydev/rss

fix: broken rss feed
This commit is contained in:
Mauricio Siu 2025-06-20 06:52:08 +02:00 committed by GitHub
commit 8fb90b1905
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ export async function GET() {
<channel>
<title>Dokploy Blog</title>
<link>https://dokploy.com/blog</link>
<description>Dokploy Latest News & Updates</description>
<description>${escapeXml("Dokploy Latest News & Updates")}</description>
<language>en</language>
<lastBuildDate>${new Date().toUTCString()}</lastBuildDate>
${posts