mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-05-13 18:58:43 +00:00
fef7067cc0
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.
25 lines
544 B
JSON
25 lines
544 B
JSON
{
|
|
"hosting": [
|
|
{
|
|
"target": "miti99",
|
|
"public": "public",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
},
|
|
{
|
|
"target": "meetee",
|
|
"public": "public",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
},
|
|
{
|
|
"target": "tiennm",
|
|
"public": "public",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
},
|
|
{
|
|
"target": "tiennm99",
|
|
"public": "public",
|
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
|
}
|
|
]
|
|
}
|