Skip to content

Commit

Permalink
style(firebase.json): Estandariza uso de espacio en blanco en json
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Mar 3, 2023
1 parent e91350b commit 25b6eb8
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
"**/.*",
"**/node_modules/**"
],
"redirects": [{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3/:4/:5",
"type": 301
},
{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3/:4",
"type": 301
},
{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3",
"type": 301
"redirects": [
{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3/:4/:5",
"type": 301
},
{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3/:4",
"type": 301
},
{
"regex": "/(es|pt)/topics/([a-z0-9\\-]+)/\\d{2}-([a-z0-9\\-]+)",
"destination": "/:1/topics/:2/:3",
"type": 301
}
],
"rewrites": [
Expand All @@ -30,4 +31,4 @@
],
"trailingSlash": false
}
}
}

0 comments on commit 25b6eb8

Please sign in to comment.