Update base

This commit is contained in:
Chris Hunt 2023-01-10 18:32:44 +00:00
parent c1c856a858
commit ede57cfae7
2 changed files with 4 additions and 3 deletions

View File

@ -29,4 +29,4 @@ jobs:
with:
branch: gh-pages
folder: public
target-folder: "1.0"
force: false

View File

@ -5,12 +5,13 @@ const nextConfig = {
name: 'Kasm Technologies',
description: 'The official store for Kasm supported applications.',
icon: '/img/logo.svg',
listUrl: 'https://registry.kasmweb.com/1.0/list.json',
listUrl: 'https://registry.kasmweb.com/list.json',
contactUrl: 'https://kasmweb.com/support',
schema: '1.0',
},
reactStrictMode: true,
swcMinify: true,
basePath: '/kasm-apps/1.0',
basePath: '/kasm-apps',
trailingSlash: true,
images: {
unoptimized: true,