Update to Nuxt 3.14 and Replace npm with pnpm (#72)
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
committed by
GitHub
parent
32e4f6fe44
commit
9db5ae8103
@@ -7,8 +7,8 @@ export default defineEventHandler(async (event) => {
|
||||
setHeader(event, 'content-type', 'text/xml')
|
||||
const docs = await serverQueryContent(event).sort({ date: -1 }).find()
|
||||
const feed = new Feed({
|
||||
title: 'Riyad\'s personal blog site',
|
||||
description: 'Riyad\'s personal blog site',
|
||||
title: "Riyad's personal blog site",
|
||||
description: "Riyad's personal blog site",
|
||||
id: basePath,
|
||||
link: basePath,
|
||||
language: 'en',
|
||||
|
||||
Reference in New Issue
Block a user