Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Switch to using separate site for archive #1079

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Flutter Gallery was a resource to help developers evaluate and use Flutter.
It is now being used primarily for testing. For posterity, the web version
remains [hosted here](https://gallery-flutter-dev.web.app).
remains [hosted here](https://flutter-gallery-archive.web.app).

We recommend Flutter developers check out the following resources:

Expand Down
4 changes: 2 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hosting": [
{
"target": "staging",
"site": "flutter-gallery-archive",
"public": "build/web",
"ignore": [
"firebase.json",
Expand All @@ -10,7 +10,7 @@
]
},
{
"target": "prod",
"site": "gallery-flutter-dev",
"public": "build/web",
"redirects": [
{
Expand Down