diff --git a/README.md b/README.md index 40b214a..6d393db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
-
+
@@ -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')