chore: update blog page and RSS feed title to reflect latest news

This commit is contained in:
Mauricio Siu
2025-02-28 01:32:50 -06:00
parent 7429b4995e
commit 6f490f5b0a
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export default async function BlogPage({
<p className="text-sm text-muted-foreground uppercase tracking-wider mb-2">
BLOG
</p>
<h1 className="text-4xl font-bold">Stories behind the magic</h1>
<h1 className="text-4xl font-bold">Dokploy Latest News & Updates</h1>
</div>
<Link
href="/rss.xml"

View File

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