Skip to content

Commit 3b3b53e

Browse files
authored
Revert "Updated firebase project for publishing to .dev domain (#2402)" (#2409)
This reverts commit 6d99531.
1 parent 6d99531 commit 3b3b53e

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.firebaserc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"projects": {
3-
"default": "flutter-dev-230821",
4-
"flutter-dev": "flutter-dev-230821"
3+
"default": "sweltering-fire-2088",
54
"flutter-io": "sweltering-fire-2088",
65
"staging-1": "flutter-io-staging-1",
76
"staging-2": "flutter-io-staging-2",

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Flutter
33
# description: TBC
44
email: flutter-dev@googlegroups.com
5-
url: https://flutter.dev
5+
url: https://flutter.io
66
port: 4002
77
github_username: flutter
88
repo:

firebase.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
{ "source": "/widgets", "destination": "/docs/development/ui/widgets/catalog", "type": 301 },
104104
{ "source": "/widgets/:rest*", "destination": "/docs/development/ui/widgets/:rest*", "type": 301 },
105105
{ "source": "/widgets-intro", "destination": "/docs/development/ui/widgets-intro", "type": 301 }
106-
{ "source": "/youtube", "destination": "youtube.com/flutterdev", "type": 301 }
107106
]
108107
}
109108
}

0 commit comments

Comments
 (0)