Skip to content

Commit

Permalink
update server/routes/blog/rss.xml.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Dec 12, 2024
1 parent 0838173 commit b90055e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/routes/blog/rss.xml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ export default defineEventHandler(async (event) => {
const baseUrl = 'https://nuxt.com'
const siteUrl = joinURL(baseUrl, 'blog')
const feed = new Feed({
title: 'The Nuxt Blog',
description: 'News and updates about Nuxt.',
title: 'Blogul Nuxt',
description: 'Știri și actualizări despre Nuxt Nuxt.',
id: siteUrl,
link: siteUrl,
language: 'en',
image: joinURL(baseUrl, 'icon.png'),
favicon: joinURL(baseUrl, 'favicon.png'),
copyright: `Copyright © 2016-${new Date().getFullYear()} Nuxt All Rights Reserved`,
copyright: `Drepturi de autor © 2016-${new Date().getFullYear()} Nuxt Toate drepturile rezervate`,
feedLinks: {
rss: `${siteUrl}/rss.xml`
}
Expand Down

0 comments on commit b90055e

Please sign in to comment.