From ebe60a5718c9bf4fbbeae14e5b1c0b8aa3c743c5 Mon Sep 17 00:00:00 2001 From: dharamveergit Date: Fri, 6 Dec 2024 13:27:49 +0530 Subject: [PATCH] fix: update redirect for pricing page to include GPU path --- src/utils/redirects.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/redirects.ts b/src/utils/redirects.ts index 0c871132..9aef516f 100644 --- a/src/utils/redirects.ts +++ b/src/utils/redirects.ts @@ -21,4 +21,5 @@ export const redirects = { "/community/core-groups/cg-list/": "/development/current-groups/", "/ecosystem/showcase/latest/": "/ecosystem/deployed-on-akash/showcase/", "/ecosystem/akash-tools/latest/": "/ecosystem/akash-tools/", + "/pricing": "/pricing/gpus", };