feat(blog): update SEO metadata and improve RSS feed handling for blog posts

This commit is contained in:
mahdiarghyani
2025-12-14 11:56:37 +03:30
parent 13031465e3
commit 25aa41bcb8
5 changed files with 30 additions and 213 deletions
+3 -2
View File
@@ -175,9 +175,10 @@ export default defineNuxtConfig({
nitro: {
prerender: {
crawlLinks: true,
routes: ['/', '/blog', '/fa/blog'],
routes: ['/', '/blog', '/fa/blog', '/blog/rss.xml', '/fa/blog/rss.xml'],
failOnError: false,
ignore: ['/_vercel/image']
// Avoid crawling and prerendering internal/asset endpoints (speeds up builds significantly)
ignore: ['/_vercel/image', '/_ipx', '/_nuxt', '/_i18n', '/__nuxt_content']
},
devProxy: {
host: '0.0.0.0'