Skip to content

Commit 48b7560

Browse files
committed
Fix infinite redirect
1 parent c339762 commit 48b7560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@
369369
{ "source": "/to/web-debug-extension", "destination": "https://chromewebstore.google.com/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm", "type": 301 },
370370

371371
{ "source": "/tools/**/download{,.html,/**}", "destination": "/get-dart", "type": 301 },
372-
{ "source": "/tools/**/private-files", "destination": "/tools/pub/private-files", "type": 301 },
373372
{ "source": "/tools/analyzer", "destination": "/tools/dart-analyze", "type": 301 },
374373
{ "source": "/tools/dart-pub", "destination": "/tools/pub/cmd", "type": 301 },
375374
{ "source": "/tools/dart-vm", "destination": "/tools/dart-run", "type": 301 },
@@ -391,6 +390,7 @@
391390
{ "source": "/tools/editor{,/**}", "destination": "/tools", "type": 301 },
392391
{ "source": "/tools/faq", "destination": "/resources/faq", "type": 301 },
393392
{ "source": "/tools/observatory{,/**}", "destination": "/tools/dart-devtools", "type": 301 },
393+
{ "source": "/tools/private-files", "destination": "/tools/pub/private-files", "type": 301 },
394394
{ "source": "/tools/pub/assets-and-*transformers", "destination": "https://github.com/dart-lang/build", "type": 301 },
395395
{ "source": "/tools/pub/cmd/pub-build", "destination": "/tools/webdev", "type": 301 },
396396
{ "source": "/tools/pub/cmd/pub-run", "destination": "/tools/dart-run", "type": 301 },

0 commit comments

Comments
 (0)