Skip to content

Commit

Permalink
Update firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 authored Jun 23, 2021
1 parent 8ad7bd3 commit 4b9f472
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
{
"hosting": {
"redirects": [
{
"source": "/contato",
"destination": "/pages/contato",
"type": 301
},
{
"source": "/pagina/sobre",
"destination": "/pages/sobre-nos",
"type": 301
},
{
"source": "/pagina/enderecos",
"destination": "/pages/enderecos",
"type": 301
},
{
"source": "/pagina/pagamento",
"destination": "/pages/como-comprar",
"type": 301
},
{
"source": "/pagina/depoimentos-de-clientes",
"destination": "/pages/depoimentos-de-clientes",
"type": 301
},
{
"source": "/pagina/trocas",
"destination": "/pages/trocas",
"type": 301
},
{
"source": "/pagina/privacidade",
"destination": "/pages/privacidade",
"type": 301
},
{
"source": "/pages/contato",
"destination": "/pages/contato-1",
"type": 301
}
],
"public": "dist",
"ignore": [
Expand Down

0 comments on commit 4b9f472

Please sign in to comment.