From e7c1744d83f24fb45c75a188a61646f13df48074 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 6 Jan 2023 15:16:35 +0000 Subject: [PATCH] Update registry location --- site/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/next.config.js b/site/next.config.js index 6670d51..2862f67 100644 --- a/site/next.config.js +++ b/site/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { name: 'Kasm Technologies', description: 'The official store for Kasm supported applications.', icon: '/img/logo.svg', - listUrl: 'https://apps.kasmweb.com/list.json', + listUrl: 'https://registry.kasmweb.com/list.json', contactUrl: 'https://kasmweb.com/support', }, reactStrictMode: true,