We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeebf4 commit 01a8cbcCopy full SHA for 01a8cbc
lib/config.ts
@@ -392,6 +392,13 @@ export const config: Config = {
392
},
393
],
394
products: [
395
+ {
396
+ id: 'vxero-neo',
397
+ title: 'Vxero Neo',
398
+ description: 'Vxero Neo - Deploy to any VPS from your terminal.',
399
+ link: 'https://neo.vxero.dev/',
400
+ badge: { text: 'Deployment', color: 'blue' },
401
+ },
402
{
403
id: 'inspirecms',
404
title: 'InspireCMS',
0 commit comments