This commit is contained in:
+2
-1
@@ -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",
|
||||
// دامنههای جدید اینجا اضافه میشوند
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user