Skip to content

Commit 5fce57b

Browse files
authored
Add updates to redirects (#94)
1 parent 1fe2d7c commit 5fce57b

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

firebase.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,11 @@
613613
"destination": "/integrations/mux/getting-started",
614614
"type": 301
615615
},
616+
{
617+
"source": "widgets-and-components/widgets-ui-elements/base-elements/muxbroadcast",
618+
"destination": "/integrations/mux/getting-started",
619+
"type": 301
620+
},
616621
{
617622
"source": "/widgets-and-components/widgets/base-elements/timer",
618623
"destination": "/resources/time-based-logic/timer-widget",
@@ -1314,62 +1319,62 @@
13141319
"type": 301
13151320
},
13161321
{
1317-
"source": "/data-and-backend/firebase/authentication",
1322+
"source": "/**/firebase/authentication",
13181323
"destination": "/integrations/authentication-methods",
13191324
"type": 301
13201325
},
13211326
{
1322-
"source": "/data-and-backend/firebase/authentication/initial-setup",
1327+
"source": "/**/firebase/authentication/initial-setup",
13231328
"destination": "/integrations/authentication/firebase/initial-setup",
13241329
"type": 301
13251330
},
13261331
{
1327-
"source": "/data-and-backend/firebase/authentication/email-sign-in",
1332+
"source": "/**/firebase/authentication/email-sign-in",
13281333
"destination": "/integrations/authentication/firebase/email-login",
13291334
"type": 301
13301335
},
13311336
{
1332-
"source": "/data-and-backend/firebase/authentication/password-resets",
1337+
"source": "/**/firebase/authentication/password-resets",
13331338
"destination": "/integrations/authentication/firebase/password-reset",
13341339
"type": 301
13351340
},
13361341
{
1337-
"source": "/data-and-backend/firebase/authentication/google-sign-in",
1342+
"source": "/**/firebase/authentication/google-sign-in",
13381343
"destination": "/integrations/authentication/firebase/google-oauth-login",
13391344
"type": 301
13401345
},
13411346
{
1342-
"source": "/data-and-backend/firebase/authentication/apple-sign-in",
1347+
"source": "/**/firebase/authentication/apple-sign-in",
13431348
"destination": "/integrations/authentication/firebase/apple",
13441349
"type": 301
13451350
},
13461351
{
1347-
"source": "/data-and-backend/firebase/authentication/facebook-sign-in",
1352+
"source": "/**/firebase/authentication/facebook-sign-in",
13481353
"destination": "/integrations/authentication/firebase/facebook",
13491354
"type": 301
13501355
},
13511356
{
1352-
"source": "/data-and-backend/firebase/authentication/phone-sign-in",
1357+
"source": "/**/firebase/authentication/phone-sign-in",
13531358
"destination": "/integrations/authentication/firebase/phone",
13541359
"type": 301
13551360
},
13561361
{
1357-
"source": "/data-and-backend/firebase/authentication/anonymous-sign-in",
1362+
"source": "/**/firebase/authentication/anonymous-sign-in",
13581363
"destination": "/integrations/authentication/firebase/anonymous-login",
13591364
"type": 301
13601365
},
13611366
{
1362-
"source": "/data-and-backend/firebase/authentication/jwt-token",
1367+
"source": "/**/firebase/authentication/jwt-token",
13631368
"destination": "/integrations/authentication/firebase/jwt-auth",
13641369
"type": 301
13651370
},
13661371
{
1367-
"source": "/data-and-backend/firebase/authentication/github",
1372+
"source": "/**/firebase/authentication/github",
13681373
"destination": "/integrations/authentication/firebase/github",
13691374
"type": 301
13701375
},
13711376
{
1372-
"source": "/data-and-backend/firebase/firestore-database-cloud-firestore",
1377+
"source": "/**/firebase/firestore-database-cloud-firestore",
13731378
"destination": "/integrations/database/cloud-firestore/getting-started",
13741379
"type": 301
13751380
},
@@ -2092,6 +2097,11 @@
20922097
"source": "/troubleshooting/miscellaneous",
20932098
"destination": "/",
20942099
"type": 301
2100+
},
2101+
{
2102+
"source": "/settings-and-integrations/project-setup/team",
2103+
"destination": "/resources/projects/how-to-collaborate-on-projects",
2104+
"type": 301
20952105
}
20962106
]
20972107
}

0 commit comments

Comments
 (0)