This commit is contained in:
payacom
2026-07-16 21:31:59 +03:30
parent 58314d0ab5
commit 17f334d0f1
14 changed files with 467 additions and 192 deletions

View File

@@ -88,7 +88,7 @@ module.exports = {
// تابع additionalPaths برای اضافه کردن مسیرهای داینامیک از API
additionalPaths: async (config) => {
const paths = [];
const BASE_URL_API = "https://app.modstagram.ir/api/v1"; // آدرس پایه API شما
const BASE_URL_API = "https://api.modstagram.ir/api/v1";
paths.push({
loc: '/',
changefreq: 'daily',