Skip to content

Commit

Permalink
Fix order of redirects that we already had in the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Oct 11, 2024
1 parent 9ea6628 commit f28a673
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,29 +151,29 @@
"destination": "/source/netsuite-v2",
"type": 301
},
{
"source": "/ELT-comparison-guide",
"destination": "/ELT-alternatives-guide",
"type": 301
},
{
"source": "/vs-fivetran",
"destination": "/etl-tools/estuary-vs-fivetran",
"type": 301
},
{
"source": "/vs-airbyte",
"destination": "/etl-tools/estuary-vs-airbyte",
"destination": "/etl-tools/airbyte-vs-estuary",
"type": 301
},
{
"source": "/vs-confluent",
"destination": "/etl-tools/estuary-vs-confluent",
"destination": "/etl-tools/confluent-vs-estuary",
"type": 301
},
{
"source": "/vs-debezium",
"destination": "/etl-tools/estuary-vs-debezium-kafka",
"type": 301
},
{
"source": "/ELT-comparison-guide",
"destination": "/ELT-alternatives-guide",
"destination": "/etl-tools/debezium-kafka-vs-estuary",
"type": 301
}
],
Expand Down

0 comments on commit f28a673

Please sign in to comment.