Skip to content

Commit 31b8516

Browse files
authoredJan 21, 2025
Fix /samples redirect when no subpath (#6342)
Fixes #6340
1 parent 7136e1c commit 31b8516

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
@@ -359,7 +359,7 @@
359359
{ "source": "/resources/language/spec/versions", "destination": "/resources/language/spec", "type": 301 },
360360
{ "source": "/resources/language/spec/versions/DartLangSpecDraft.pdf", "destination": "https://spec.dart.dev/DartLangSpecDraft.pdf", "type": 301 },
361361
{ "source": "/resources/language/spec/versions/DartLangSpec-v2.2.pdf", "destination": "https://github.com/dart-lang/site-www/blob/a7f170389e210adc2aef810cc9a6fdbfa78059a5/src/guides/language/specifications/DartLangSpec-v2.2.pdf", "type": 301 },
362-
{ "source": "/samples/{,/**}", "destination": "/language", "type": 301 },
362+
{ "source": "/samples{,/**}", "destination": "/language", "type": 301 },
363363
{ "source": "/sdk-changelog-2.4.0", "destination": "https://github.com/dart-lang/sdk/blob/main/CHANGELOG.md#240---2019-06-27", "type": 301 },
364364
{ "source": "/server/app-engine{,/**}", "destination": "/server/google-cloud", "type": 301 },
365365
{ "source": "/server/c-interop", "destination": "/interop/c-interop", "type": 301 },

0 commit comments

Comments
 (0)
Failed to load comments.