mirror of
https://github.com/tiennm99/tiennm99.github.io.git
synced 2026-09-10 04:20:16 +00:00
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.
This commit is contained in:
+22
-8
@@ -1,10 +1,24 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "public",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
"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/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user