From 4b9f472ecb4c94e7949f9cb109cc52dabbce7c66 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Wed, 23 Jun 2021 20:44:53 -0300 Subject: [PATCH] Update firebase.json --- firebase.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/firebase.json b/firebase.json index 4a16a7951f..46d52600b3 100644 --- a/firebase.json +++ b/firebase.json @@ -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": [