From e8d2b2943ca1aece9d1b99aa7f031354c0292595 Mon Sep 17 00:00:00 2001 From: Khanh Nguyen Date: Fri, 13 Sep 2024 17:23:56 -0400 Subject: [PATCH] Update `firebase.json` with `/to/spm` for Swift Package Manager page (#11135) We're releasing a short video that promotes the new Swift Package Manager docs. We'd like a shorter URL to send folks to the docs. --------- Co-authored-by: Parker Lougheed --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index e1d6559574..f63367277e 100644 --- a/firebase.json +++ b/firebase.json @@ -713,6 +713,7 @@ { "source": "/to/resolution-aware-images", "destination": "/ui/assets/assets-and-images#resolution-aware", "type": 301 }, { "source": "/to/review-gradle-config", "destination": "/deployment/android#review-the-gradle-build-configuration", "type": 301 }, { "source": "/to/save-layer-perf", "destination": "/perf/best-practices#use-savelayer-thoughtfully", "type": 301 }, + { "source": "/to/spm", "destination": "/packages-and-plugins/swift-package-manager", "type": 301 }, { "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 }, { "source": "/to/switch-flutter-version", "destination": "/release/upgrade/#switching-to-a-specific-flutter-version", "type": 301 }, { "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },