From c3cc06146e61ba38f05bb2861e9a0fc6f04de7c4 Mon Sep 17 00:00:00 2001 From: Patrick Bennett Date: Tue, 29 Oct 2024 16:50:39 -0400 Subject: [PATCH] fix(ui): remove trailing slashes from explorer urls in .env.template --- ui/.env.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/.env.template b/ui/.env.template index 7f33942b..63d907aa 100644 --- a/ui/.env.template +++ b/ui/.env.template @@ -76,10 +76,10 @@ VITE_ALGOD_PORT="" VITE_ALGOD_NETWORK="fnet" # Block Explorer -VITE_EXPLORER_ACCOUNT_URL=https://lora.algokit.io/fnet/account/ -VITE_EXPLORER_TRANSACTION_URL=https://lora.algokit.io/fnet/transaction/ -VITE_EXPLORER_ASSET_URL=https://lora.algokit.io/fnet/asset/ -VITE_EXPLORER_APPLICATION_URL=https://lora.algokit.io/fnet/application/ +VITE_EXPLORER_ACCOUNT_URL=https://lora.algokit.io/fnet/account +VITE_EXPLORER_TRANSACTION_URL=https://lora.algokit.io/fnet/transaction +VITE_EXPLORER_ASSET_URL=https://lora.algokit.io/fnet/asset +VITE_EXPLORER_APPLICATION_URL=https://lora.algokit.io/fnet/application # NFDomains VITE_NFD_API_URL=https://api.testnet.nf.domains