Skip to content

Commit

Permalink
Add redirects from old blogs (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
SLJEstuary authored Nov 1, 2023
1 parent 2a64010 commit d3fa0a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"hosting": {
"redirects": [
{
"source": "/real-time-data-pros-cons",
"destination": "/real-time-data-processing",
"type": 301
},
{
"source": "/cloud-etl-tools",
"destination": "/cloud-etl-tool",
"type": 301
},
{
"source": "/how-to-create-data-pipeline-automation/",
"destination": "/data-pipeline-automation",
"type": 301
}
],
"public": "public",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"cleanUrls": true,
Expand Down

0 comments on commit d3fa0a3

Please sign in to comment.