From c9deed64f8b60b22bf6d2194242db87fdb3fbbba Mon Sep 17 00:00:00 2001 From: Samantha Jacobus <98854083+SLJEstuary@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:56:31 -0400 Subject: [PATCH] Added more redirects (#150) --- firebase.json | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 80cfd7cc..c1d3d700 100644 --- a/firebase.json +++ b/firebase.json @@ -15,7 +15,52 @@ "source": "/how-to-create-data-pipeline-automation/", "destination": "/data-pipeline-automation", "type": 301 - } + }, + { + "source": "/Google-Analytics-4-to-Redshift/", + "destination": "/google-analytics-4-to-redshift/", + "type": 301 + }, + { + "source": "/MariaDB-to-Redshift/", + "destination": "/mariadb-to-redshift/", + "type": 301 + }, + { + "source": "/Linkedin-ads-to-redshift/", + "destination": "/linkedin-ads-to-redshift/", + "type": 301 + }, + { + "source": "/MariaDb-to-Snowflake/", + "destination": "/mariadb-to-snowflake/", + "type": 301 + }, + { + "source": "/Redis-Data-Types/", + "destination": "/redis-data-types/", + "type": 301 + }, + { + "source": "/Postgres-Schema/", + "destination": "/postgres-schema/", + "type": 301 + }, + { + "source": "/Jira-to-Bigquery/", + "destination": "/jira-to-bigquery/", + "type": 301 + }, + { + "source": "/Jira-to-postgres/", + "destination": "/jira-to-postgres/", + "type": 301 + }, + { + "source": "/JSON-to-BigQuery/", + "destination": "/json-to-bigquery/", + "type": 301 + } ], "public": "public", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],