Files
tiennm99 0a19e27509 feat: add meetee and tiennm hosting sites under miti99 project
Configure Firebase multi-site hosting so the redirect deploys to
meetee.web.app and tiennm.web.app alongside miti99.web.app, all
sharing the same public/ content under the miti99 project.
2026-05-11 16:47:09 +07:00

21 lines
318 B
Plaintext

{
"projects": {
"miti99": "miti99",
"tiennm99": "tiennm99"
},
"targets": {
"miti99": {
"hosting": {
"miti99": ["miti99"],
"meetee": ["meetee"],
"tiennm": ["tiennm"]
}
},
"tiennm99": {
"hosting": {
"tiennm99": ["tiennm99"]
}
}
}
}