Skip to content

Commit

Permalink
Remove DevTools survey metadata json and add redirect. (#9935)
Browse files Browse the repository at this point in the history
The survey metadata file was copied to the `flutter/uxr` repo in
flutter/uxr#127.
  • Loading branch information
kenzieschmoll authored Dec 15, 2023
1 parent 5a8dcb0 commit 8c22491
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
{ "source": "/devtools/:rest*", "destination": "/tools/devtools/:rest*", "type": 301 },
{ "source": "/downloads/:resource*", "destination": "/resources/:resource*", "type": 301 },
{ "source": "/f/dart-devtools-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/devtools-survey-metadata.json", "type": 301 },
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
Expand Down
12 changes: 0 additions & 12 deletions src/f/dart-devtools-survey-metadata.json

This file was deleted.

0 comments on commit 8c22491

Please sign in to comment.