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:
|
||||
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…
Reference in New Issue
Block a user