Update base

develop
Chris Hunt 3 years ago
parent c1c856a858
commit ede57cfae7

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

@ -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,

Loading…
Cancel
Save

Powered by TurnKey Linux.