diff --git a/.firebaserc b/.firebaserc index 56aa143..e7b276b 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,14 +1,30 @@ { - "projects": { - "default": "dsgt-website" - }, - "targets": { - "dsgt-website": { - "hosting": { - "hacklytics": [ - "hacklytics2027" - ] - } - } - } + "hosting": [ + { + "site": "dsgt-portal", + "public": "sites/portal/public", + "cleanUrls": true, + "rewrites": [ + { + "source": "**", + "run": { + "serviceId": "portal", + "region": "us-central1" + } + } + ] + }, + { + "site": "dsgt-website", + "public": "sites/mainweb/out", + "cleanUrls": true, + "trailingSlash": true + }, + { + "site": "hacklytics2027", + "public": "sites/hacklytics2027/out", + "cleanUrls": true, + "trailingSlash": true + } + ] }