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

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