From cfcb9dbda56697fe8bafe4b64c1a9261dde908ae Mon Sep 17 00:00:00 2001 From: Pierre-Louis <6655696+guidezpl@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:20:16 +0000 Subject: [PATCH] Switch to using separate site for archive (#1079) https://github.com/flutter/gallery/issues/1072 --- README.md | 2 +- firebase.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0d979252..f093ebbc1 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 4e7895757..b6e45c0a6 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": [ {