From ca679576122a32081488881141b198780b0657b9 Mon Sep 17 00:00:00 2001 From: K7gler <48932318+K7gler@users.noreply.github.com> Date: Sun, 24 Dec 2023 00:50:59 +0100 Subject: [PATCH] Update next.config.js --- 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 7babfb3..f8aca5e 100644 --- a/site/next.config.js +++ b/site/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { name: 'k7-suite', description: 'The official store for Kasm supported workspaces.', icon: '/img/logo.svg', - listUrl: 'https://github.com/K7gler/k7-suite', + listUrl: 'https://k7gler.github.io/k7-suite/', contactUrl: 'https://kasmweb.com/support', }, reactStrictMode: true,