Switch to using separate site for archive (#1079)

https://github.com/flutter/gallery/issues/1072
diff --git a/README.md b/README.md
index e0d9792..f093ebb 100644
--- a/README.md
+++ b/README.md
@@ -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:
 
diff --git a/firebase.json b/firebase.json
index 4e78957..b6e45c0 100644
--- a/firebase.json
+++ b/firebase.json
@@ -1,7 +1,7 @@
 {
   "hosting": [
     {
-      "target": "staging",
+      "site": "flutter-gallery-archive",
       "public": "build/web",
       "ignore": [
         "firebase.json",
@@ -10,7 +10,7 @@
       ]
     },
     {
-      "target": "prod",
+      "site": "gallery-flutter-dev",
       "public": "build/web",
       "redirects": [
         {