Skip to content

Commit

Permalink
Added more redirects (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
SLJEstuary authored Nov 1, 2023
1 parent d3fa0a3 commit c9deed6
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**"],
Expand Down

0 comments on commit c9deed6

Please sign in to comment.