From 3f7cc34585cb8622ab5ad3bea7945590a99863c6 Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Fri, 5 Nov 2021 12:35:07 +0100 Subject: [PATCH] Edit api rewrite --- firebase.json | 8 ++++---- minter/src/App.css | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/firebase.json b/firebase.json index dc6f77f..0990645 100644 --- a/firebase.json +++ b/firebase.json @@ -13,6 +13,10 @@ "target": "website", "public": "website/docs", "rewrites": [ + { + "source": "/api/integrations/avatar", + "function": "setAvatarOfValidtor" + }, { "source": "/api/**", "function": "mainnetMetadata" @@ -20,10 +24,6 @@ { "source": "/testnetapi/**", "function": "testnetMetadata" - }, - { - "source": "/integrations/avatar", - "function": "setAvatarOfValidtor" } ] }, diff --git a/minter/src/App.css b/minter/src/App.css index 4444056..2f249b8 100644 --- a/minter/src/App.css +++ b/minter/src/App.css @@ -9,11 +9,11 @@ main { justify-content: center; } -body, body * { + +body * { box-sizing: border-box; max-width: 100%; overflow-wrap: break-word; - overflow-x: hidden; } code {