Skip to content

Commit

Permalink
redirects tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed May 31, 2019
1 parent 220fbe8 commit f05c188
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions site/firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@
]
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"redirects": [
{
"source": "/docs/basics/cordova",
"destination": "/cordova/using-cordova-plugins",
"source": "/docs/basics/cordova{,/**}",
"destination": "/docs/cordova/using-cordova-plugins",
"type": 301
},
{
"source": "/docs/getting-started/pwa-elements/",
"destination": "/docs/web/pwa-elements/",
"source": "/docs/getting-started/pwa-elements{,/**}",
"destination": "/docs/pwa-elements/",
"type": 301
}
]
Expand Down

0 comments on commit f05c188

Please sign in to comment.