We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/cl
1 parent 2a776b6 commit bc0552fCopy full SHA for bc0552f
firebase.json
@@ -79,6 +79,8 @@
79
{ "source": "/books", "destination": "/resources/books", "type": 301 },
80
{ "source": "/bug", "destination": "https://dartbug.com", "type": 301 },
81
{ "source": "/bug/:rest*", "destination": "https://dartbug.com/:rest*", "type": 301 },
82
+ { "source": "/cl", "destination": "https://dart-review.googlesource.com/q/status:open+-is:wip", "type": 301 },
83
+ { "source": "/cl/:rest*", "destination": "https://dart-review.googlesource.com/c/sdk/+/:rest*", "type": 301 },
84
{ "source": "/cloud{,/**}", "destination": "/server/google-cloud", "type": 301 },
85
{ "source": "/codelabs/server{,/**}", "destination": "/tutorials/server/httpserver", "type": 301 },
86
{ "source": "/code-of-conduct", "destination": "/community/code-of-conduct", "type": 301 },
0 commit comments