From 4f3c05c966c0a71e440f5fba3eecfef0bcedb01d Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Thu, 4 Jul 2024 17:22:11 +0200 Subject: [PATCH 1/2] Update firebase.json to include estimating worksheet This is something we want as part of our 20th anniversary. --- firebase.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/firebase.json b/firebase.json index ce893dcb..ff14d040 100644 --- a/firebase.json +++ b/firebase.json @@ -107,6 +107,13 @@ "destination": "https://getdkan.org/", "type": 301 } + { + "source": "/estimating-worksheet", + "destination": "https://docs.google.com/spreadsheets/d/1FrPU7I_VeeCZxRkATyLrP_VbXGBdYn3qXcCu1VtMx_o", + "type": 301 + } + + ], "headers": [ { From 8cf0ae4e78c0a1acf6a31f30fbeb3dcead4328b0 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Thu, 4 Jul 2024 17:22:52 +0200 Subject: [PATCH 2/2] Update firebase.json adding a comma --- firebase.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firebase.json b/firebase.json index ff14d040..faccc32a 100644 --- a/firebase.json +++ b/firebase.json @@ -106,13 +106,12 @@ "source": "/dkan", "destination": "https://getdkan.org/", "type": 301 - } + }, { "source": "/estimating-worksheet", "destination": "https://docs.google.com/spreadsheets/d/1FrPU7I_VeeCZxRkATyLrP_VbXGBdYn3qXcCu1VtMx_o", "type": 301 } - ], "headers": [