add cookieca
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-06-01 15:03:09 +03:30
parent 415aeee95c
commit 7c0e37e3b9
+2 -1
View File
@@ -1,11 +1,12 @@
import { NextResponse } from "next/server";
import type { NextRequest } from "next/server";
import { NextResponse } from "next/server";
// Map host → tenant path
const HOST_MAP: Record<string, string> = {
"theboote.tahavol-mr.ir": "/boote",
"thesun.tahavol-mr.ir": "/suncafe",
"passataplus.ir": "/passata",
"cookieca.ir": "/cookieca",
// دامنه‌های جدید اینجا اضافه می‌شوند
};