Add rss feed

Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
nurRiyad
2024-10-02 21:53:16 +06:00
parent f57483eca7
commit 072a17132d
5 changed files with 4080 additions and 5179 deletions

View File

@@ -16,6 +16,7 @@ export default defineNuxtConfig({
sitemap: {
strictNuxtContentPaths: true,
},
site: {
url: seoData.mySite,
identity: {
@@ -33,6 +34,7 @@ export default defineNuxtConfig({
crawlLinks: true,
routes: [
'/',
'/rss.xml',
],
},
},
@@ -62,4 +64,6 @@ export default defineNuxtConfig({
theme: 'dracula',
},
},
compatibilityDate: '2024-09-30',
})