Update base
This commit is contained in:
parent
c1c856a858
commit
ede57cfae7
2
.github/workflows/build-and-deploy.yml
vendored
2
.github/workflows/build-and-deploy.yml
vendored
@ -29,4 +29,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
branch: gh-pages
|
branch: gh-pages
|
||||||
folder: public
|
folder: public
|
||||||
target-folder: "1.0"
|
force: false
|
||||||
|
@ -5,12 +5,13 @@ const nextConfig = {
|
|||||||
name: 'Kasm Technologies',
|
name: 'Kasm Technologies',
|
||||||
description: 'The official store for Kasm supported applications.',
|
description: 'The official store for Kasm supported applications.',
|
||||||
icon: '/img/logo.svg',
|
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',
|
contactUrl: 'https://kasmweb.com/support',
|
||||||
|
schema: '1.0',
|
||||||
},
|
},
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
basePath: '/kasm-apps/1.0',
|
basePath: '/kasm-apps',
|
||||||
trailingSlash: true,
|
trailingSlash: true,
|
||||||
images: {
|
images: {
|
||||||
unoptimized: true,
|
unoptimized: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user