mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
chore: update blog page and RSS feed title to reflect latest news
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user