From 3d4759045d1ecc2f32a51e932a4e310668e866ec Mon Sep 17 00:00:00 2001 From: Ronald Record Date: Fri, 3 Nov 2023 07:00:44 -0700 Subject: [PATCH] Fix listUrl --- 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 d22501b..b02d963 100644 --- a/site/next.config.js +++ b/site/next.config.js @@ -5,7 +5,7 @@ const nextConfig = { name: 'Record Technologies', description: 'An unofficial registry for Kasm workspaces.', icon: 'https://doctorfree.github.io/kasm-registry/1.0/sp2.png', - listUrl: 'https://doctorfree.github.io/kasm-registry/1.0/', + listUrl: 'https://doctorfree.github.io/kasm-registry/', contactUrl: 'https://github.com/doctorfree', }, reactStrictMode: true,