From c40fe4e72c63ab3141278a614c7ed041a504c705 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Fri, 13 Jan 2023 18:42:16 +0000 Subject: [PATCH] Update basePath --- 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 a19dd99..549e5be 100644 --- a/site/next.config.js +++ b/site/next.config.js @@ -10,7 +10,7 @@ const nextConfig = { }, reactStrictMode: true, swcMinify: true, - basePath: '/kasm-apps', + basePath: '/kasm-apps/1.0', trailingSlash: true, images: { unoptimized: true,