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">
|
<p className="text-sm text-muted-foreground uppercase tracking-wider mb-2">
|
||||||
BLOG
|
BLOG
|
||||||
</p>
|
</p>
|
||||||
<h1 className="text-4xl font-bold">Stories behind the magic</h1>
|
<h1 className="text-4xl font-bold">Dokploy Latest News & Updates</h1>
|
||||||
</div>
|
</div>
|
||||||
<Link
|
<Link
|
||||||
href="/rss.xml"
|
href="/rss.xml"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export async function GET() {
|
|||||||
<channel>
|
<channel>
|
||||||
<title>Dokploy Blog</title>
|
<title>Dokploy Blog</title>
|
||||||
<link>https://dokploy.com/blog</link>
|
<link>https://dokploy.com/blog</link>
|
||||||
<description>Stories behind the magic</description>
|
<description>Dokploy Latest News & Updates</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<lastBuildDate>${new Date().toUTCString()}</lastBuildDate>
|
<lastBuildDate>${new Date().toUTCString()}</lastBuildDate>
|
||||||
${posts
|
${posts
|
||||||
|
|||||||
Reference in New Issue
Block a user