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