Add SEO meta descriptions and a dynamic sitemap.

Expose optional metaDescription for blogs, reportages, and brands in admin/API, apply it on detail pages, and serve an up-to-date /sitemap.xml for approved content plus static site pages.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Alireza Hassani
2026-08-11 18:37:43 +03:30
co-authored by Cursor
parent 5088e0f4ae
commit 16bc154fb0
20 changed files with 281 additions and 0 deletions
+4
View File
@@ -17,6 +17,10 @@ export default defineConfig({
target: "http://127.0.0.1:3000",
changeOrigin: true,
},
"/sitemap.xml": {
target: "http://127.0.0.1:3000",
changeOrigin: true,
},
},
},
});