Skip to content

Commit 6d99531

Browse files
authored
Updated firebase project for publishing to .dev domain (#2402)
1 parent fb60906 commit 6d99531

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.firebaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"projects": {
3-
"default": "sweltering-fire-2088",
3+
"default": "flutter-dev-230821",
4+
"flutter-dev": "flutter-dev-230821"
45
"flutter-io": "sweltering-fire-2088",
56
"staging-1": "flutter-io-staging-1",
67
"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.io
5+
url: https://flutter.dev
66
port: 4002
77
github_username: flutter
88
repo:

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@
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 }
106107
]
107108
}
108109
}

0 commit comments

Comments
 (0)