Remove schema
This commit is contained in:
parent
1e3adcef59
commit
7fd210c506
@ -54,7 +54,6 @@ glob("**/app.json", async function (err, files) {
|
|||||||
let json = {
|
let json = {
|
||||||
name: nextConfig.env.name || 'Unknown store',
|
name: nextConfig.env.name || 'Unknown store',
|
||||||
appcount: apptotal,
|
appcount: apptotal,
|
||||||
schema_version: nextConfig.env.schema || '1.0',
|
|
||||||
icon: nextConfig.env.icon || null,
|
icon: nextConfig.env.icon || null,
|
||||||
description: nextConfig.env.description || null,
|
description: nextConfig.env.description || null,
|
||||||
list_url: nextConfig.env.listUrl || null,
|
list_url: nextConfig.env.listUrl || null,
|
||||||
|
@ -5,9 +5,8 @@ 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/list.json',
|
listUrl: 'https://registry.kasmweb.com/',
|
||||||
contactUrl: 'https://kasmweb.com/support',
|
contactUrl: 'https://kasmweb.com/support',
|
||||||
schema: '1.0',
|
|
||||||
},
|
},
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user