From a35f6ec8c737508b59860713fcfdd7a5ece2de4b Mon Sep 17 00:00:00 2001 From: Samantha Jacobus <98854083+SLJEstuary@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:15:06 -0500 Subject: [PATCH 1/2] New Redirects New redirects --- firebase.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 09ea2088..9ed0deae 100644 --- a/firebase.json +++ b/firebase.json @@ -85,7 +85,16 @@ "source": "/stream-data-postgres-to-snowflake", "destination": "/postgres-to-snowflake", "type": 301 - } + }, + { + "source": "/cloud-etl-tool", + "destination": "/cloud-etl-tools", + "type": 301 + }, + { "source": "/airbyte-vs-fivetran-vs-estuary" + "destination": "airbyte-vs-fivetran" + "type": 301 + } ], "public": "public", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], From 7f59d9e6ae5a4178b299bcc48ee38c2438b34356 Mon Sep 17 00:00:00 2001 From: Joseph Shearer Date: Wed, 31 Jan 2024 11:32:30 -0500 Subject: [PATCH 2/2] Fix typo --- firebase.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/firebase.json b/firebase.json index 9ed0deae..c4083386 100644 --- a/firebase.json +++ b/firebase.json @@ -91,8 +91,9 @@ "destination": "/cloud-etl-tools", "type": 301 }, - { "source": "/airbyte-vs-fivetran-vs-estuary" - "destination": "airbyte-vs-fivetran" + { + "source": "/airbyte-vs-fivetran-vs-estuary", + "destination": "airbyte-vs-fivetran", "type": 301 } ],