From 0c1760345936fb7591c9ed89ff17019bc8b74fdc Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sat, 30 Nov 2024 14:58:51 +0600 Subject: [PATCH] Update site url Signed-off-by: nurRiyad --- README.md | 6 +++--- server/routes/rss.xml.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40b214a..6d393db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

@@ -37,7 +37,7 @@ Nuxt Blog built with [Nuxt3](https://nuxt.com), [Nuxt-Content2](https://content. ## Preview

- + @@ -49,7 +49,7 @@ Nuxt Blog built with [Nuxt3](https://nuxt.com), [Nuxt-Content2](https://content. ## Demo -https://blog.nurriyad.xyz +https://blog.nurriyad.com > Hosted on [Vercel](https://vercel.com/): `npm run build` diff --git a/server/routes/rss.xml.ts b/server/routes/rss.xml.ts index 7e28253..4c425a9 100644 --- a/server/routes/rss.xml.ts +++ b/server/routes/rss.xml.ts @@ -1,7 +1,7 @@ import { Feed } from 'feed' import { serverQueryContent } from '#content/server' -const basePath = 'https://nurriyad.xyz' +const basePath = 'https://nurriyad.com' export default defineEventHandler(async (event) => { setHeader(event, 'content-type', 'text/xml')