Skip to content

Commit 301025e

Browse files
Remove survey metadata redirect (#9954)
this redirect was accidentally committed. related: 919cb74 The goal is to land #9942, but we need to confirm the redirects are working even on master. I was noticing some strange behavior there with trying to access the cloud storage urls but I have not had time to dig into it. This redirect is causing some failures on master so we need to land this asap. Once this is green and approved, feel free to land as I'm going to be away from my computer starting tomorrow.
1 parent 83a10b5 commit 301025e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

firebase.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
5050
{ "source": "/devtools/:rest*", "destination": "/tools/devtools/:rest*", "type": 301 },
5151
{ "source": "/downloads/:resource*", "destination": "/resources/:resource*", "type": 301 },
52-
{ "source": "/f/dart-devtools-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/devtools-survey-metadata.json", "type": 301 },
5352
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
5453
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
5554
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },

0 commit comments

Comments
 (0)