mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-08-15 10:25:04 +00:00
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.
21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
{
|
|
"projects": {
|
|
"miti99": "miti99",
|
|
"tiennm99": "tiennm99"
|
|
},
|
|
"targets": {
|
|
"miti99": {
|
|
"hosting": {
|
|
"miti99": ["miti99"],
|
|
"meetee": ["meetee"],
|
|
"tiennm": ["tiennm"]
|
|
}
|
|
},
|
|
"tiennm99": {
|
|
"hosting": {
|
|
"tiennm99": ["tiennm99"]
|
|
}
|
|
}
|
|
}
|
|
}
|